Go to the source code of this file.
- Returns
- The number of bytes required to encode the specified admin content.
- Note
- Passing in a null set data request pointer is valid.
Encodes the specified admin content into the specified character array.
- Returns
- The pointer for buffer following the serialization. This value may be passed into the next call to encode().
- Note
- Passing in a null set data request pointer is valid.
Decodes the buffer into the admin content using the admin content factory.
adminContentPtr will be deleted and reallocated by this method. The type of the task created will be determined by the task type specified in the buffer. If no task could be created from the buffer, taskPtr will be null after the function call.
- Returns
- The pointer to buffer after the decode. This is appropriate to pass into the next call of decode().
- Note
- Passing in a null set data request pointer is valid.