C# Class HighriseApi.Serializers.XmlIgnoreSerializer

Inheritance: ISerializer
Afficher le fichier Open project: scottschluer/highrise-api

Méthodes publiques

Méthode Description
Serialize ( object obj ) : string

Serialize the object as XML

XmlIgnoreSerializer ( ) : System

Default constructor, does not specify namespace

XmlIgnoreSerializer ( string @namespace ) : System

Specify the namespaced to be used when serializing

Private Methods

Méthode Description
GetSerializedValue ( object obj ) : string
Map ( System.Xml.Linq.XElement root, object obj ) : void

Method Details

Serialize() public méthode

Serialize the object as XML
public Serialize ( object obj ) : string
obj object Object to serialize
Résultat string

XmlIgnoreSerializer() public méthode

Default constructor, does not specify namespace
public XmlIgnoreSerializer ( ) : System
Résultat System

XmlIgnoreSerializer() public méthode

Specify the namespaced to be used when serializing
public XmlIgnoreSerializer ( string @namespace ) : System
@namespace string
Résultat System