C# 클래스 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.
상속: IWddxElementDeserializer
파일 보기 프로젝트 열기: Bilal-S/WDDX.net

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
BinaryDeserializer ( ) : System

메소드 상세

ParseElement() 공개 메소드

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.
리턴 object