메소드 | 설명 | |
---|---|---|
StorageIndexManifestMapping ( ) : System.Collections.Generic |
Initializes a new instance of the StorageIndexManifestMapping class.
|
메소드 | 설명 | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to Deserialize the items.
|
|
SerializeItemsToByteList ( List |
Used to convert the element into a byte List.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Byte array |
currentIndex | int | Start position |
lengthOfItems | int | The length of the items |
리턴 | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
A Byte list |
리턴 | int |
public StorageIndexManifestMapping ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |