C# Class xstream.Unmarshaller

Afficher le fichier Open project: srushti/xstream.net

Méthodes publiques

Méthode Description
Unmarshaller ( XStreamReader reader, UnmarshallingContext context, ConverterLookup converterLookup ) : System

Private Methods

Méthode Description
ConvertField ( Type fieldType ) : object
Unmarshal ( Type type ) : object
UnmarshalAs ( object result, Type type ) : void

Method Details

Unmarshaller() public méthode

public Unmarshaller ( XStreamReader reader, UnmarshallingContext context, ConverterLookup converterLookup ) : System
reader XStreamReader
context UnmarshallingContext
converterLookup ConverterLookup
Résultat System