Defines classes that implement JSON marshalers and unmarshalers, JSON converters and reverters, interceptors, and supporting classes, methods and types.
Package
|
DbxCommonDriver250.bpl
|
Classes
Routines
Types
TConverterType | Includes all the converter types. |
TJSONCanPopulateProc | |
TListOfObjects | Represents an array of objects. |
TListOfStrings | Represents an array of strings. |
TObjectConverter | Represents the type for field converters that transform a field value into an object. |
TObjectReverter | Represents the type for field reverters that transform a field value into an object. |
TObjectsConverter | Represents the type for field converters that transform a field value into an array of objects. |
TObjectsReverter | Represents the type for field reverters that transform a field value into an array of objects. |
TReverterType | Includes all the supported reverter types. |
TStringConverter | Represents the type for field converters that transform a field value into a string. |
TStringReverter | Represents the type for field reverters that transform a field value into a string. |
TStringsConverter | Represents the type for field converters that transform a field value into an array of strings. |
TStringsReverter | Represents the type for field reverters that transform a field value into an array of strings. |
TTypeObjectConverter | Represents the type for converters that transform any field value of the registered type into an object. |
TTypeObjectReverter | Represents the type for reverters that transform any field value of the registered type into an object. |
TTypeObjectsConverter | Represents the type for converters that transform any field value of the registered type into an array of objects. |
TTypeObjectsReverter | Represents the type for reverters that transform any field value of the registered type into an array of objects. |
TTypeStringConverter | Represents the type for converters that transform any field value of the registered type into a string. |
TTypeStringReverter | Represents the type for reverters that transform any field value of the registered type into a string. |
TTypeStringsConverter | Represents the type for converters that transform any field value of the registered type into a list of strings. |
TTypeStringsReverter | Represents the type for reverters that transform any field value of the registered type into a list of strings. |
Constants
sValidatePeerCertificate | sValidatePeerCertificate: string = ValidatePeerCertificate; |