Method | Description | |
---|---|---|
ContentTagKnowledgeEntry ( ) : System.Collections.Generic |
Initializes a new instance of the ContentTagKnowledgeEntry class.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
This method is used to deserialize the items of the content tag knowledge entry from the byte array.
|
|
SerializeItemsToByteList ( List |
This method is used to serialize the items of the content tag knowledge entry to the byte list.
|
public ContentTagKnowledgeEntry ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Specify the byte array. |
currentIndex | int | Specify the start index from the byte array. |
lengthOfItems | int | Specify the current length of items in the content tag knowledge entry. |
return | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
Specify the byte list which stores the information of content tag knowledge entry. |
return | int |