Begins the process of deserialization.
[Visual Basic] Function Deserialize( _ ByVal serializationStream As Stream _ ) As Object [C#] object Deserialize( Stream serializationStream ); [C++] Object* Deserialize( Stream* serializationStream ) = 0; [JScript] function Deserialize( serializationStream : Stream ) : Object;
For purposes of serialization, the deserialization will probably rely on a stream that has been connected to the formatter through other means.
IFormatter Interface | IFormatter Members | System.Runtime.Serialization Namespace