Settings | 
| Name | Description | |
|---|---|---|
| Serialize | Internally used for serializing and storing this object. | |
| Serialize(Stream) | 
            Serialize your object to s. Do not otherwise 
            manipulate or modify e.g. Position.
            It is highly recommended to use StreamExtensions for pushing
            base types into s.
             Data must be serialized in same order as is deserialized at Deserialize(Stream).  |