REST.Json.Types.JSONMarshalledAttribute

提供: RAD Studio API Documentation
移動先: 案内検索

REST.Json.Types.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalledAttribute

Delphi

JSONMarshalledAttribute = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalledAttribute : public JSONBooleanAttribute

プロパティ

種類 可視性 ソース ユニット
class public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types REST.Json.Types


説明

フィールドや型をマーシャリングおよびアンマーシャリングする必要があるかどうかを示す属性です。

JSONMarshalledAttribute がフィールドや型に存在しなければ、そのフィールドや型はマーシャリングおよびアンマーシャリングする必要があります。If JSONMarshalledAttribute が存在するが False である場合、マーシャリングおよびアンマーシャリング処理でそのフィールドや型はスキップされます。

関連項目