SerializerTBeginDeserialize Method |
| Name | Description | |
|---|---|---|
| BeginDeserialize(Stream, AsyncCallback, Object) | Begins to deserialize the objects from the specified stream using a default encoding. | |
| BeginDeserialize(String, AsyncCallback, Object) | Begins to deserialize the objects from the specified file using a default encoding. | |
| BeginDeserialize(Stream, Encoding, AsyncCallback, Object) | Begins to deserialize the objects from the specified stream using the specified encoding. | |
| BeginDeserialize(String, Encoding, AsyncCallback, Object) | Begins to deserialize the objects from the specified file using the specified encoding. |