Data.DBXJSONReflect.TJSONUnMarshal.CreateObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateObject(JsonObj: TJSONObject): TObject;

C++

System::TObject* __fastcall CreateObject(System::Json::TJSONObject* JsonObj);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


Description

Crée un objet basé sur une représentation JSON sérialisée.

La méthode CreateObject crée un objet basé sur une représentation JSON sérialisée. Le paramètre JsonObj spécifie l'instance de l'objet JSON.

Voir aussi