C# Class AjErl.Communication.TypeSerializer

Show file Open project: ajlopez/AjErl Class Usage Examples

Public Methods

Method Description
DeserializerObject ( InputChannel channel ) : object
SerializeObject ( object obj, OutputChannel channel ) : void
TypeSerializer ( Type type ) : System
TypeSerializer ( string fullname, IEnumerable properties ) : System

Method Details

DeserializerObject() public method

public DeserializerObject ( InputChannel channel ) : object
channel InputChannel
return object

SerializeObject() public method

public SerializeObject ( object obj, OutputChannel channel ) : void
obj object
channel OutputChannel
return void

TypeSerializer() public method

public TypeSerializer ( Type type ) : System
type System.Type
return System

TypeSerializer() public method

public TypeSerializer ( string fullname, IEnumerable properties ) : System
fullname string
properties IEnumerable
return System