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

Represents a Resonance MessagePack message decoder.
Inheritance: ResonanceEncoder
Afficher le fichier Open project: royben/Resonance

Méthodes protégées

Méthode Description
Encode ( BinaryWriter writer, object message ) : void

Encodes the specified message using the specified writer.

Method Details

Encode() protected méthode

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