C# Class Mueller.Wddx.BinaryDeserializer

Deserializes a WDDX binary element into a byte array.
This class is a Singleton class - only one instance of it will ever exist in a given AppDomain.
Inheritance: IWddxElementDeserializer
Afficher le fichier Open project: Bilal-S/WDDX.net

Méthodes publiques

Méthode Description
ParseElement ( XmlReader input ) : object

Parses the WDDX element and returns the deserialized content as a byte array, advancing the reader to the next element.

Binary deserialization can be significantly less-efficient when validating.

Private Methods

Méthode Description
BinaryDeserializer ( ) : System

Method Details

ParseElement() public méthode

Parses the WDDX element and returns the deserialized content as a byte array, advancing the reader to the next element.
Binary deserialization can be significantly less-efficient when validating.
public ParseElement ( XmlReader input ) : object
input System.Xml.XmlReader The pre-initialized pointing to the WDDX to be parsed.
Résultat object