|  | Home | Libraries | People | FAQ | More | 
Reset the serializer for a new element.
void reset( array const* p);
            This function prepares the serializer to emit a new serialized JSON representing
            *p.
            Any internally allocated memory is preserved and re-used for the new
            output.
          
| Name | Description | 
|---|---|
| 
                       | 
                      A pointer to the element to serialize. Ownership is not transferred;
                      The caller is responsible for ensuring that the lifetime of
                       |