Method Serialize
Serialize()
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, int) Serialize()
Returns
| Type | Description |
|---|---|
| (string, int) | String of JSON or Null |