| 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
)
Public Sub Deserialize (
data As Byte()
)
Parameters
- data
- Type: SystemByte
Bytearray representation that should be deserialized into this object.
See Also