C# Class InfinityMQ.Performance.BufferMessageSerializer

Inheritance: ISerializeMessages
Mostra file Open project: cbaxter/InfinityMQ

Public Methods

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

Method Details

BufferMessageSerializer() public method

public BufferMessageSerializer ( Int32 messageSize ) : System
messageSize System.Int32
return System

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