C# Class Sage.Integration.Northwind.Etag.DeepPayloadEtagSerializer

Inheritance: PayloadEtagSerializer
ファイルを表示 Open project: Sage/SData-Contracts Class Usage Examples

Protected Methods

Method Description
GetSerializedValue ( object value ) : string

Serializes an object. If the object is no simple xml type this method calls reflects for the composite object and calls SerializeCompositeObject to serialize it.

Method Details

GetSerializedValue() protected method

Serializes an object. If the object is no simple xml type this method calls reflects for the composite object and calls SerializeCompositeObject to serialize it.
protected GetSerializedValue ( object value ) : string
value object
return string