Data.DBXJSONReflect.TJSONConverter.IsConsistent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsConsistent: Boolean; override;

C++

virtual bool __fastcall IsConsistent();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONConverter

Description

Marks the success of the object serialization.

The IsConsistent method marks the successful object serialization. By returning True, it ensures that no open event exists and the serialized value can be used to restore the original value.

See Also