Go to the source code of this file.
Encodes the specified DtCurrentTaskData (including enclosed task) into the specified character array.
- Returns
- The pointer for buffer following the serialization. This value may be passed into the next call to encode().
Decodes the buffer into the DtCurrentTaskData using the task factory.
- Returns
- The pointer to buffer after the decode. This is appropriate to pass into the next call of decode().
Encodes the specified DtCurrentScriptedSetData (including enclosed set) into the specified character array.
- Returns
- The pointer for buffer following the serialization. This value may be passed into the next call to encode().
Decodes the buffer into the DtCurrentScriptedSetData using the set factory.
- Returns
- The pointer to buffer after the decode. This is appropriate to pass into the next call of decode().