C# Class HierarchicalData.HierarchicalObjectCrutch

Show file Open project: noant/Pyrite

Public Methods

Method Description
CloneObject ( object obj ) : object
Register ( IEnumerable types ) : void
Register ( Type type ) : void

Private Methods

Method Description
GetSerializer ( Type type ) : XmlSerializer

Method Details

CloneObject() public static method

public static CloneObject ( object obj ) : object
obj object
return object

Register() public static method

public static Register ( IEnumerable types ) : void
types IEnumerable
return void

Register() public static method

public static Register ( Type type ) : void
type System.Type
return void