Overload List
| Name | Description | |
|---|---|---|
| LoadObjectFromStream(Stream) | Loads an object from a stream. Attempt to automatically determine format. | |
| LoadObjectFromStream(Stream, Type) | Loads an object from a stream in a specified format. | |
| LoadObjectFromStream(Stream, Type, CogSerializationOptionsConstants) | Loads an object from a stream in a specified format, with option bits that cause fields to be selectively persisted. | |
| LoadObjectFromStream(Stream, Type, CogSerializationOptionsConstants, StreamingContextStates) | Loads an object from a stream in a specified format, with option bits that cause fields to be selectively persisted. |
See Also