REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectConverter(Data: TObject; Field: string): TObject; override;

C++

virtual System::TObject* __fastcall ObjectConverter(System::TObject* Data, System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
function public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors TMongoDateTimeInterceptor

Description

Converter that transforms a field value into an intermediate object.

REST.Json.Interceptors.TMongoDateTimeInterceptor.ObjectConverter inherits from REST.JsonReflect.TJSONInterceptor.ObjectConverter. All content below this line refers to REST.JsonReflect.TJSONInterceptor.ObjectConverter.

Converter that transforms a field value into an intermediate object.

The ObjectConverter method returns an intermediate object generated from the Field value of the Data object.

See Also