C# Class xstream.Marshaller

显示文件 Open project: srushti/xstream.net

Public Methods

Method Description
Marshal ( object value ) : void
Marshaller ( XStreamWriter writer, MarshallingContext context ) : System

Private Methods

Method Description
MarshalAs ( object value, Type type ) : void
WriteClassNameIfNeedBe ( object value, FieldInfo field ) : void

Method Details

Marshal() public method

public Marshal ( object value ) : void
value object
return void

Marshaller() public method

public Marshaller ( XStreamWriter writer, MarshallingContext context ) : System
writer XStreamWriter
context MarshallingContext
return System