REST.JsonReflect.TJSONUnMarshal.Reverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Reverter(key: string): TReverterEvent;

C++

TReverterEvent* __fastcall Reverter(System::UnicodeString key);

Properties

Type Visibility Source Unit Parent
function protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

The Reverter returns the reverter registered with the given key.

The key is generated by ComposeKey during the registration process.

See Also