C# Class Mueller.Wddx.BoolSerializer

Serializes a boolean value.
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
BoolSerializer ( ) : System

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