x4Trace Documentation v1.0
|
Represents an interface of serialization. More...
Public Member Functions | |
byte[] | Serialize () |
Serialize the object. | |
void | Deserialize (byte[] array) |
Deserialize the object. | |
Represents an interface of serialization.
void Tools.Serialize.ISerializable.Deserialize | ( | byte[] | array | ) |
Deserialize the object.
array | Byte array of object. |
Implemented in Ix4Trace.Engine.Database.SQLDataTable.
byte[] Tools.Serialize.ISerializable.Serialize | ( | ) |
Serialize the object.
Implemented in Ix4Trace.Engine.Database.SQLDataTable.