Data.DBXJSONReflect.TJSONUnMarshal.Unmarshal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Unmarshal(Data: TJSONValue): TObject;

C++

System::TObject* __fastcall Unmarshal(System::Json::TJSONValue* Data);

Propriétés

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


Description

Crée un objet utilisateur basé sur une représentation triée.

La méthode Unmarshal crée un objet utilisateur basé sur une représentation triée dans un objet JSON.

Les reverteurs sont supposés d'être enregistrés avec l'instance de l'objet précédente à l'appel de la méthode Unmarshal, en mettant en relation les convertisseurs utilisés dans le processus de marshalling.

Le paramètre Data spécifie l'instance sérialisée JSON.

Voir aussi