AbstractMetadataRequestSerializer Property |
Gets or sets the serializer used to serialize and deserialize request objects.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
public AbstractSerializer RequestSerializer { get; set; }
<XmlIgnoreAttribute>
Public Property RequestSerializer As AbstractSerializer
Get
Set
public:
[XmlIgnoreAttribute]
property AbstractSerializer^ RequestSerializer {
AbstractSerializer^ get ();
void set (AbstractSerializer^ value);
}
[<XmlIgnoreAttribute>]
member RequestSerializer : AbstractSerializer with get, set
Property Value
Type:
AbstractSerializer
The request serializer. default value is XmlSerializer
See Also