C# Class Resonance.MessagePack.Transcoding.MessagePack.MessagePackEncoder

Represents a Resonance MessagePack message decoder.
Inheritance: ResonanceEncoder
Show file Open project: royben/Resonance

Protected Methods

Method Description
Encode ( BinaryWriter writer, object message ) : void

Encodes the specified message using the specified writer.

Method Details

Encode() protected method

Encodes the specified message using the specified writer.
protected Encode ( BinaryWriter writer, object message ) : void
writer BinaryWriter The binary writer.
message object The message.
return void