Method | Description | |
---|---|---|
DataSizeObject ( ) : System |
Initializes a new instance of the DataSizeObject class.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to de-serialize the element.
|
|
SerializeItemsToByteList ( List |
Used to convert the element into a byte List.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | A Byte array |
currentIndex | int | Start position |
lengthOfItems | int | The length of the items |
return | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
A Byte list |
return | int |