MemoryArchiveTEntitySerialize Method |
Serializes the archive to 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)
Syntaxpublic void Serialize(
Stream stream
)
Public Sub Serialize (
stream As Stream
)
public:
void Serialize(
Stream^ stream
)
member Serialize :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The stream to serialize to.
See Also