C# Class xstream.Unmarshaller

ファイルを表示 Open project: srushti/xstream.net

Public Methods

Method Description
Unmarshaller ( XStreamReader reader, UnmarshallingContext context, ConverterLookup converterLookup ) : System

Private Methods

Method Description
ConvertField ( Type fieldType ) : object
Unmarshal ( Type type ) : object
UnmarshalAs ( object result, Type type ) : void

Method Details

Unmarshaller() public method

public Unmarshaller ( XStreamReader reader, UnmarshallingContext context, ConverterLookup converterLookup ) : System
reader XStreamReader
context UnmarshallingContext
converterLookup ConverterLookup
return System