Class TXQValueJSONNull
Unit
xquery
Declaration
type TXQValueJSONNull = class(TXQValue)
Description
null in JSON
Hierarchy
- TInterfacedObject
- TXQValue
- TXQValueJSONNull
Overview
Methods
Description
Methods
|
constructor create; reintroduce; |
|
|
function toString: string; override; |
|
|
function jsonSerialize(nodeFormat: TTreeNodeSerialization; insertWhitespace: boolean = false; const indent: string = ''): string; override; |
|
|
function xmlSerialize(nodeFormat: TTreeNodeSerialization; sequenceTag: string = 'seq'; elementTag: string = 'e'; objectTag: string = 'object'): string; override; |
|
Generated by PasDoc 0.14.0.
|