Data.DBXJSONReflect.TReverterEvent.SetObjectReverter

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 SetObjectReverter(const Reverter: TObjectReverter);

C++

void __fastcall SetObjectReverter(const _di_TObjectReverter Reverter);

Description

Sets the field reverter for the object to be deserialized.

The SetObjectReverter method sets the field reverter for the object to be deserialized.

See Also