Click or drag to resize

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
)

Parameters

s
Type: System.IOStream
Stream to deserialize into this object
See Also