System.JSON.Serializers.TJsonConverter.ReadJson
Delphi
function ReadJson(const AReader: TJsonReader; ATypeInf: PTypeInfo; const AExistingValue: TValue;
const ASerializer: TJsonSerializer): TValue; virtual; abstract;
C++
virtual System::Rtti::TValue __fastcall ReadJson(System::Json::Readers::TJsonReader* const AReader, System::Typinfo::PTypeInfo ATypeInf, const System::Rtti::TValue &AExistingValue, TJsonSerializer* const ASerializer) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.JSON.Serializers.pas System.JSON.Serializers.hpp |
System.JSON.Serializers | TJsonConverter |
Description
Embarcadero Technologies does not currently have any additional information.