Click or drag to resize

SerializerTBeginDeserialize Method

Overload List
  NameDescription
Public methodBeginDeserialize(Stream, AsyncCallback, Object)
Begins to deserialize the objects from the specified stream using a default encoding.
Public methodBeginDeserialize(String, AsyncCallback, Object)
Begins to deserialize the objects from the specified file using a default encoding.
Public methodBeginDeserialize(Stream, Encoding, AsyncCallback, Object)
Begins to deserialize the objects from the specified stream using the specified encoding.
Public methodBeginDeserialize(String, Encoding, AsyncCallback, Object)
Begins to deserialize the objects from the specified file using the specified encoding.
Top
See Also