REST.Json.Types.JSONMarshalledAttribute

From RAD Studio API Documentation
Jump to: navigation, search

REST.Json.Types.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalledAttribute

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