Method Serialize
Serialize(List<Token>)
If the DataBuffer knows about the UserID and the Session ID calling this function will return a JSON blob of all the data in the buffer, it will then clear the internal data.
Declaration
public string Serialize(List<Buffer.Token> tokens)
Parameters
Type | Name | Description |
---|---|---|
List<Buffer.Token> | tokens |
Returns
Type | Description |
---|---|
string | String of JSON or Null |