Soap.InvokeRegistry.TRemotable.SerializationOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property   SerializationOptions: TSerializationOptions read FSerializationOptions;

C++

__property TSerializationOptions SerializationOptions = {read=FSerializationOptions, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TRemotable

Description

Indicates how the value of the TRemotable descendant encodes its value.

SerializationOptions is used internally when an instance of TRemotable is converted to or from its SOAP encoding. The value of this property is a set of flags that configure the mapping between the published properties of the TRemotable descendant and the corresponding SOAP encoding.

Typically, the value of this read-only property is set by the constructor of a TRemotable descendant or by the WSDL importer when it registers a remotable class.

See Also