 | ExportSettingsBaseFIELDSETTINGSTYPEDeserialize Method |
Deserialize this calls.
MUST OVERRIDE when derived and MUST call base.Deserialize(s) as the first action in the overridden implementation.
Use
StreamExtensions to access simple deserialization routines as extension methods to
Stream.
Namespace: CTExtensions.ExportCore.ConfigAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected override void Deserialize(
Stream s
)
Protected Overrides Sub Deserialize (
s As Stream
)
Parameters
- s Stream
- Stream to deserialize.
See Also