Overload List
| Name | Description | |
|---|---|---|
| SaveObjectToStream(Object, Stream) | Saves an object to a stream in a binary format. | |
| SaveObjectToStream(Object, Stream, Type) | Saves an object to a stream in a specified format. | |
| SaveObjectToStream(Object, Stream, Type, CogSerializationOptionsConstants) | Saves an object to a stream in a specified format, with option bits that cause fields to be selectively persisted. | |
| SaveObjectToStream(Object, Stream, Type, CogSerializationOptionsConstants, StreamingContextStates) | Saves an object to a stream in a specified format, with option bits that cause fields to be selectively persisted. |
See Also