System.JSON.Serializers.TJsonConverter.ReadJson

提供: RAD Studio API Documentation
移動先: 案内検索

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 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers TJsonConverter

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。