Click or drag to resize

SettingsObjectSerialize(Stream) Method

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) Version: 25.0
Syntax
protected abstract void Serialize(
	Stream s
)

Parameters

s  Stream
Stream to serialize into.
Revision History
DateVersionDescription
-2022 SP0First Release
See Also