| SettingsObjectDeserialize Method (Stream) |
Deserialize your object from
s. Do not otherwise
manipulate or modify e.g.
Position.
It is highly recommended to use
StreamExtensions for popping
base types from
s.
Data must be deserialized in same order as is serialized at Serialize(Stream).Make sure you deserialize according to Version variable and then set it
to correspond current object version.
Namespace:
CTExtensions.ExportCore.Config
Assembly:
CTInterface (in CTInterface.dll)
Syntax protected abstract void Deserialize(
Stream s
)
Protected MustOverride Sub Deserialize (
s As Stream
)
Parameters
- s
- Type: System.IOStream
Stream to deserialize into this object
See Also