REST.JsonReflect.TConverter.SerializedData

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

Delphi

property SerializedData: TSerial read GetSerializedData;

C++

__property TSerial SerializedData = {read=GetSerializedData};

プロパティ

種類 可視性 ソース ユニット
property public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TConverter


説明

シリアル化された値です。

IsConsistentTrue でない限り、この値を使用しないでください。

関連項目