MemoryArchiveTEntityDeserialize Method |
Deserializes the archive from the provided stream.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void Deserialize(
Stream stream
)
Public Sub Deserialize (
stream As Stream
)
public:
void Deserialize(
Stream^ stream
)
member Deserialize :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The stream to deserialize from.
See Also