Click or drag to resize

SettingsObjectSerialize Method (Stream)

Serialize your object to s. Do not otherwise manipulate or modify e.g. Position. It is highly recommended to use StreamExtensions for pushing base types into s.

Data must be serialized in same order as is deserialized at Deserialize(Stream).

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected abstract void Serialize(
	Stream s
)

Parameters

s
Type: System.IOStream
Stream to serialize into.
See Also