System.JSON.Serializers.TJsonSerializer.InternalDeserialize

From RAD Studio API Documentation
Revision as of 20:36, 1 December 2021 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.Serializers.TJsonSerializer.InternalDeserialize|api}} ==Description== {{#lsth:API:System.JSON.Serializers.TJsonSerializer.InternalDeserialize|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function InternalDeserialize(const AReader: TJsonReader; ATypeInf: PTypeInfo): TValue; virtual;

C++

virtual System::Rtti::TValue __fastcall InternalDeserialize(System::Json::Readers::TJsonReader* const AReader, System::Typinfo::PTypeInfo ATypeInf);

Properties

Type Visibility Source Unit Parent
function protected
System.JSON.Serializers.pas
System.JSON.Serializers.hpp
System.JSON.Serializers TJsonSerializer

Description

Embarcadero Technologies does not currently have any additional information.