BinarySerializerDeserializeFromStream Method

Overload List

DeserializeFromStream(Stream, BinarySerializationOptions) 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, BinarySerializationOptions, Type) overload for details.
DeserializeFromStream(Stream, IEnumerableType) Deserializes the content of the specified serialization stream from its current position into an object using safe mode.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStream(Stream, Type) Deserializes the content of the specified serialization stream from its current position into an object using safe mode.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStream(Stream, BinarySerializationOptions, IEnumerableType) Deserializes the content of the specified serialization stream from its current position into an object.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStream(Stream, BinarySerializationOptions, Type) Deserializes the content of the specified serialization stream from its current position into an object.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStreamT(Stream, IEnumerableType) Deserializes the content of the specified serialization stream from its current position into an instance of T using safe mode.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStreamT(Stream, Type) Deserializes the content of the specified serialization stream from its current position into an instance of T using safe mode.
See the Remarks section of the DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) overload for details.
DeserializeFromStreamT(Stream, BinarySerializationOptions, 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, BinarySerializationOptions, Type) overload for details.
DeserializeFromStreamT(Stream, BinarySerializationOptions, Type) Deserializes the content of the specified serialization stream from its current position into an instance of T.

See Also