Data.DBXJSONReflect.TConverterEvent.SetTypeObjectConverter

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 SetTypeObjectConverter(const Converter: TTypeObjectConverter);

C++

void __fastcall SetTypeObjectConverter(const _di_TTypeObjectConverter Converter);

Description

Sets the type converter for the object to be serialized.

The SetTypeObjectConverter method sets the type converter for the object to be serialized.

See Also