Classes & Structures

 NameDescription
TJsonDeserializer

TJsonDeserializer is a specialized TDeserializer class type for reading values from JSON format, using built-in VCL JSON classes, declared in DBXJSON.pas unit.

TJsonSerializer

TJsonSerializer is a specialized TSerializer class type for writing values in JSON format, using built-in VCL JSON classes, declared in DBXJSON.pas unit.

Top

Types

 NameDescription
PJSONValue 
Top

Globals

 NameDescription
Deserialize(PJSONValue,Integer) 
Deserialize(PJSONValue) 
Deserialize(TFunc<TJSONValue>,TObject) 
Deserialize(PJSONValue,Integer,TObject) 
Deserialize(PJSONValue,TObject) 
Deserialize(TFunc<TJSONValue>) 
Serialize(PJSONValue,TObject) 
Serialize(TProc<TJSONValue>,TObject) 
Serialize(TObject) 
Serialize(PJSONValue,Integer,TObject) 
SObjectType

SObjectType global variable contains string value, which is used as a name of the object type-name attribute, created implicitly by the serialization engine when the type of an object value need to be stored in the output document.

Top