REST.JsonReflect.TConverter.IsConsistent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsConsistent: Boolean; virtual; abstract;

C++

virtual bool __fastcall IsConsistent() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TConverter

Description

Returns True if the conversion can return a serialized value that can be used to restore the original value.

See Also