Data.DBXJSONReflect.TTypeMarshaller.MarshalData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TTypeMarshaller

Delphi

procedure MarshalData(Data: TObject);

C++

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

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