Data.DBXJSONReflect.TTypeMarshaller.MarshalData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MarshalData(Data: TObject);

C++

void __fastcall MarshalData(System::TObject* Data);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

Description

Marshals an argument using default converters, if user converters are not defined.

The MarshalData method marshals an argument using default converters, if user converters are not defined.

If no user converters are defined, MarshalData tries to use the default ones. If a type converter exists, then the type converter is used. If a field converter exists, then the field converter is used. The field converter has precedence over the type one.

See Also