Data.DBXJSONReflect.TConverterEvent.SetObjectsConverter

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 SetObjectsConverter(const Converter: TObjectsConverter);

C++

void __fastcall SetObjectsConverter(const _di_TObjectsConverter Converter);

Description

Sets the field converter for the objects to be serialized.

The SetObjectsConverter method sets the field converter for the objects to be serialized.

See Also