C# Class xstream.ConverterLookupTest.AlternateStringConverter

Inheritance: Converter
Afficher le fichier Open project: srushti/xstream.net

Méthodes publiques

Méthode Description
CanConvert ( System type ) : bool
FromXml ( XStreamReader reader, UnmarshallingContext context ) : object
ToXml ( object value, XStreamWriter writer, MarshallingContext context ) : void

Method Details

CanConvert() public méthode

public CanConvert ( System type ) : bool
type System
Résultat bool

FromXml() public méthode

public FromXml ( XStreamReader reader, UnmarshallingContext context ) : object
reader XStreamReader
context UnmarshallingContext
Résultat object

ToXml() public méthode

public ToXml ( object value, XStreamWriter writer, MarshallingContext context ) : void
value object
writer XStreamWriter
context MarshallingContext
Résultat void