REST.Json.Types.JSONMarshalledAttribute

From RAD Studio API Documentation

JSONMarshalledAttributeREST.Json.Types.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObject

Delphi

JSONMarshalledAttribute = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalledAttribute : public JSONBooleanAttribute

Properties

Type Visibility Source Unit Parent
class public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types REST.Json.Types

Description

Attribute that specifies whether a field or type should be marshalled and unmarshalled.

If JSONMarshalledAttribute is not present in a field or type, that field or type should be marshalled and unmarshalled. If JSONMarshalledAttribute is present but is False, the marshalling and unmarshalling processes skip that field or type.

See Also