Method | Description | |
---|---|---|
SerializeToByteList ( ) : List |
This method is used to convert the element of StringItem basic object into a byte List.
|
|
StringItem ( ) : System |
Initializes a new instance of the StringItem class.
|
Method | Description | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to deserialize the StringItem basic object from the specified byte array and start index.
|
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
return | int |