C# Class InfinityMQ.Serialization.XmlDataContractSerializer

Inheritance: ISerializeMessages
Datei anzeigen Open project: cbaxter/InfinityMQ

Public Properties

Property Type Description
Instance ISerializeMessages

Public Methods

Method Description
Deserialize ( Type type, Stream input ) : Object
Serialize ( Object graph, Stream output ) : void

Private Methods

Method Description
GetXmlSerializerFor ( Type messageType ) : DataContractSerializer

Method Details

Deserialize() public method

public Deserialize ( Type type, Stream input ) : Object
type System.Type
input Stream
return Object

Serialize() public method

public Serialize ( Object graph, Stream output ) : void
graph Object
output Stream
return void

Property Details

Instance public_oe static_oe property

public static ISerializeMessages Instance
return ISerializeMessages