C# Class Mueller.Wddx.StructSerializer

This class will serialize any object that implements the IDictionary interface into a WDDX struct.
This class is a Singleton class - only one instance of it will ever exist in a given AppDomain.
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
StructSerializer ( ) : 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