Data.DBXJSONReflect.TReverterEvent.SetObjectsReverter

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

Delphi

procedure SetObjectsReverter(const Reverter: TObjectsReverter);

C++

void __fastcall SetObjectsReverter(const _di_TObjectsReverter Reverter);

Description

Sets the field reverter for the objects to be deserialized.

The SetObjectsReverter method sets the field reverter for the objects to be deserialized.

See Also