Method | Description | |
---|---|---|
StorageIndexCellMapping ( ) : System.Collections.Generic |
Initializes a new instance of the StorageIndexCellMapping class.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to de-serialize the items.
|
|
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 |
public StorageIndexCellMapping ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |