C# Class Mueller.Wddx.WddxElementDeserializerFactory

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

Méthodes publiques

Méthode Description
GetDeserializer ( string TagName ) : IWddxElementDeserializer

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

Private Methods

Méthode Description
WddxElementDeserializerFactory ( ) : System

Method Details

GetDeserializer() public static méthode

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.
Résultat IWddxElementDeserializer