REST.JsonReflect.TJSONUnMarshal

From RAD Studio API Documentation
Jump to: navigation, search

REST.JsonReflect.TMarshalUnmarshalBaseSystem.TObjectTJSONUnMarshal

Delphi

TJSONUnMarshal = class(TMarshalUnmarshalBase)

C++

class PASCALIMPLEMENTATION TJSONUnMarshal : public TMarshalUnmarshalBase

Properties

Type Visibility Source Unit Parent
class public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect REST.JsonReflect

Description

Representation of the Un-marshalling class for JSON objects.

The JSON object should be created by an instance of TJSONMarshal.

See Also