Data.DBXJSONReflect.TJSONConverter

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
Unit: Data.DBXJSONReflect | |
Parent: Data.DBXJSONReflect |
Delphi
TJSONConverter = class(TConverter<TJSONValue>)
C++
class PASCALIMPLEMENTATION TJSONConverter : public TConverter__1<System::Json::TJSONValue*>
Description
Represents the class for JSON converters.
TJSONConverter provides the API events used by a marshaller class to serialize a user object into a JSON object.
Note: The serialization process is considered to be successful if IsConsistent returns True.