BinarySerializerDeserializeByReader Method

Overload List

DeserializeByReader(BinaryReader, BinarySerializationOptions) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an object. If SafeMode is enabled in options and the 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 DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReader(BinaryReader, IEnumerableType) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an object using safe mode.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReader(BinaryReader, Type) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an object using safe mode.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReader(BinaryReader, BinarySerializationOptions, IEnumerableType) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an object.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReader(BinaryReader, BinarySerializationOptions, Type) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an object.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReaderT(BinaryReader, IEnumerableType) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an instance of T using safe mode.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReaderT(BinaryReader, Type) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an instance of T using safe mode.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReaderT(BinaryReader, BinarySerializationOptions, IEnumerableType) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an instance of T.
See the Remarks section of the DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) overload for details.
DeserializeByReaderT(BinaryReader, BinarySerializationOptions, Type) Deserializes the content of a serialization stream wrapped by the specified reader from its current position into an instance of T.

See Also