REST.JsonReflect.TJSONConverter.IsConsistent

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

Delphi

function IsConsistent: Boolean; override;

C++

virtual bool __fastcall IsConsistent();

プロパティ

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

説明

元の値の復元に使用できるシリアル化された値を変換で返すことができる場合は、True を返します。

REST.JsonReflect.TJSONConverter.IsConsistent は REST.JsonReflect.TConverter.IsConsistent を継承しています。以下の内容はすべて REST.JsonReflect.TConverter.IsConsistent を参照しています。

元の値の復元に使用できるシリアル化された値を変換で返すことができる場合は、True を返します。

関連項目