DeserializeFromStream(Stream) |
Deserializes the content of the specified serialization stream from its current position into an object.
If SafeMode is enabled in Options and stream
contains natively not supported types by name, then you should use the other overloads to specify the expected types.
See the Remarks section of the DeserializeFromStreamT(Stream, Type) overload for details. |
DeserializeFromStream(Stream, IEnumerableType) |
Deserializes the content of the specified serialization stream from its current position into an object.
See the Remarks section of the DeserializeFromStreamT(Stream, Type) overload for details. |
DeserializeFromStream(Stream, Type) |
Deserializes the content of the specified serialization stream from its current position into an object.
See the Remarks section of the DeserializeFromStreamT(Stream, Type) overload for details. |
DeserializeFromStreamT(Stream, IEnumerableType) |
Deserializes the content of the specified serialization stream from its current position into an instance of T.
See the Remarks section of the DeserializeFromStreamT(Stream, Type) overload for details. |
DeserializeFromStreamT(Stream, Type) | Deserializes the content of the specified serialization stream from its current position into an instance of T. |