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

Inheritance: IEtagSerializer
Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
Serialize ( object obj ) : string

Méthodes protégées

Méthode Description
GetPayloadObject ( object obj ) : object
GetSerializedValue ( object value ) : string

Serializes a simple type value. If the object cannot be serialized an empty string is returned.

SerializeCompositeObject ( object compositeObj ) : string

Private Methods

Méthode Description
SerializeProperties ( PropertyInfo propertyInfos, object obj ) : string

Method Details

GetPayloadObject() protected méthode

protected GetPayloadObject ( object obj ) : object
obj object
Résultat object

GetSerializedValue() protected méthode

Serializes a simple type value. If the object cannot be serialized an empty string is returned.
protected GetSerializedValue ( object value ) : string
value object
Résultat string

Serialize() public méthode

public Serialize ( object obj ) : string
obj object must be of type .
Résultat string

SerializeCompositeObject() protected méthode

protected SerializeCompositeObject ( object compositeObj ) : string
compositeObj object
Résultat string