REST.JsonReflect.TConverter.SerializedData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SerializedData: TSerial read GetSerializedData;

C++

__property TSerial SerializedData = {read=GetSerializedData};

Properties

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

Description

Serialized value.

Do not use this value unless IsConsistent is True.

See Also