C# Class Mueller.Wddx.DateTimeSerializer

Serializes a DateTime object.
Inheritance: IWddxObjectSerializer
Exibir arquivo Open project: Bilal-S/WDDX.net

Public Methods

Method Description
WriteObject ( XmlWriter output, object obj ) : void

Writes the serialized object to the XML stream.

Private Methods

Method Description
DateTimeSerializer ( ) : System
ISO8601DateFormatter ( System.DateTime localDateTime ) : String

Returns the correctly formatted date in ISO8601 format

Method Details

WriteObject() public method

Writes the serialized object to the XML stream.
public WriteObject ( XmlWriter output, object obj ) : void
output System.Xml.XmlWriter A pre-initialized object.
obj object Object to serialize.
return void