C# Class Mueller.Wddx.DateTimeSerializer

Serializes a DateTime object.
Inheritance: IWddxObjectSerializer
Afficher le fichier Open project: Bilal-S/WDDX.net

Méthodes publiques

Méthode Description
WriteObject ( XmlWriter output, object obj ) : void

Writes the serialized object to the XML stream.

Private Methods

Méthode Description
DateTimeSerializer ( ) : System
ISO8601DateFormatter ( System.DateTime localDateTime ) : String

Returns the correctly formatted date in ISO8601 format

Method Details

WriteObject() public méthode

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.
Résultat void