C# Class Mueller.Wddx.WddxElementDeserializerFactory

This class provides the appropriate deserializer based on the tag name of the element being processed.
Exibir arquivo Open project: Bilal-S/WDDX.net

Public Methods

Method Description
GetDeserializer ( string TagName ) : IWddxElementDeserializer

Gets the appropriate deserializer based on the tag name of the element being processed.

Private Methods

Method Description
WddxElementDeserializerFactory ( ) : System

Method Details

GetDeserializer() public static method

Gets the appropriate deserializer based on the tag name of the element being processed.
public static GetDeserializer ( string TagName ) : IWddxElementDeserializer
TagName string A valid WDDX tag name.
return IWddxElementDeserializer