Data.DBXJSONReflect.TConverterEvent.SetObjectConverter

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: TConverterEvent

Delphi

procedure SetObjectConverter(const Converter: TObjectConverter);

C++

void __fastcall SetObjectConverter(const _di_TObjectConverter Converter);

Description

Sets the field converter for the object to be serialized.

The SetObjectConverter method sets the field converter for the object to be serialized.

See Also