Click or drag to resize

MemoryArchive<TEntity>.Deserialize Method

Deserializes the archive from the provided stream.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void Deserialize(
	Stream stream
)

Parameters

stream
Type: System.IO.Stream
The stream to deserialize from.
See Also