C# Class Mueller.Wddx.BoolSerializer

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

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