Click or drag to resize

SettingsObjectDeserialize Method (Byte)

Internally used for deserializing this object from store.

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

Parameters

data
Type: SystemByte
Bytearray representation that should be deserialized into this object.
See Also