RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRemotable.SerializationOptions Property

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

Pascal
property SerializationOptions: TSerializationOptions;
C++
__property TSerializationOptions SerializationOptions;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!