SerializationReader Properties | 
The SerializationReader type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseStream | Exposes access to the underlying stream of the BinaryReader.  (Inherited from BinaryReader.) | |
| BytesRemaining | 
            Returns the number of bytes or serialized remaining to be processed.
            Useful for checking that deserialization is complete.
            
            Warning: Retrieving the Position in certain stream types can be expensive,
            e.g. a FileStream, so use sparingly unless known to be a MemoryStream.
              |