 | SettingsObjectDeserialize(Stream) Method |
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.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract void Deserialize(
Stream s
)
Protected MustOverride Sub Deserialize (
s As Stream
)
Parameters
- s Stream
- Stream to deserialize into this object
Revision HistoryDate | Version | Description |
---|
- | 2022 SP0 | First Release |
See Also