C# Класс Mueller.Wddx.StringDeserializer

Deserializes a string.
This class is a Singleton class - only one instance of it will ever exist in a given AppDomain.
Наследование: IWddxElementDeserializer
Показать файл Открыть проект

Открытые методы

Метод Описание
ParseElement ( XmlReader input ) : object

Parses the WDDX element and returns the deserialized content as a System.String object, advancing the reader to the next element.

Приватные методы

Метод Описание
StringDeserializer ( ) : System

Описание методов

ParseElement() публичный Метод

Parses the WDDX element and returns the deserialized content as a System.String object, advancing the reader to the next element.
public ParseElement ( XmlReader input ) : object
input System.Xml.XmlReader The pre-initialized pointing to the WDDX to be parsed.
Результат object