C# Class AjErl.Communication.TypeSerializer

Afficher le fichier Open project: ajlopez/AjErl Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DeserializerObject ( InputChannel channel ) : object
channel InputChannel
Résultat object

SerializeObject() public méthode

public SerializeObject ( object obj, OutputChannel channel ) : void
obj object
channel OutputChannel
Résultat void

TypeSerializer() public méthode

public TypeSerializer ( Type type ) : System
type System.Type
Résultat System

TypeSerializer() public méthode

public TypeSerializer ( string fullname, IEnumerable properties ) : System
fullname string
properties IEnumerable
Résultat System