C# Class HighriseApi.Serializers.XmlIgnoreSerializer

Inheritance: ISerializer
Datei anzeigen Open project: scottschluer/highrise-api

Public Methods

Method 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

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

Method Details

Serialize() public method

Serialize the object as XML
public Serialize ( object obj ) : string
obj object Object to serialize
return string

XmlIgnoreSerializer() public method

Default constructor, does not specify namespace
public XmlIgnoreSerializer ( ) : System
return System

XmlIgnoreSerializer() public method

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