Write the contents of the subtree rooted at this node in the dialect of JSON used by KMIP: OASIS, KMIP Additional Message Encodings Version 1.0, 10 August 2013.
- Parameters
-
| pOutput | [ in ] Data stream object to write the DOM out to. |
| charSet | [ in ] How to encode the generated JSON |
| bSolidusEscaping | [ in ] if value is P6FALSE, thensolidus escaping in JSON strings is disabled (i.e., "/" will not become "\/") |
| bPrettyPrint | [ in ] Output each new element indendented on a new line |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNoMemory | Insufficient memory to output tree. |