Soap.Rio.TRIO.Converter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Converter: IOPConvert read FConverter write FConverter;

C++

__property Soap::Opconvert::_di_IOPConvert Converter = {read=FConverter, write=FConverter};

Properties

Type Visibility Source Unit Parent
property public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

Handles the marshaling and unmarshaling of calls to an invokable interface.

TRIO uses Converter internally to marshal and unmarshal calls to an invokable interface. That is, when the TRIO object has been typecast to an invokable interface, it implements each method call by using Converter to marshal the call into an encoding protocol, and to unmarshal any return values after that call is executed.

Each TRIO descendant uses its own protocol-specific helper object as the value of the Converter property.

See Also