Click or drag to resize

SettingsObjectSerialize Method

Overload List
  NameDescription
Public methodSerialize
Internally used for serializing and storing this object.
Protected methodSerialize(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).
Top
See Also