Click or drag to resize

MemoryArchive<TEntity>.Serialize Method

Serializes the archive to the provided stream.

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

Parameters

stream
Type: System.IO.Stream
The stream to serialize to.
See Also