Click or drag to resize

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.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract void Deserialize(
	Stream s
)

Parameters

s  Stream
Stream to deserialize into this object
Revision History
DateVersionDescription
-2022 SP0First Release
See Also