Click or drag to resize

SettingsObjectDeserialize(Byte) Method

Internally used for deserializing this object from store.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void Deserialize(
	byte[] data
)

Parameters

data  Byte
Bytearray representation that should be deserialized into this object.
Revision History
DateVersionDescription
-2022 SP0First Release
See Also