C# (CSharp) Griffin.Net.Protocols.MicroMsg MicroMessageEncoder - 19 examples found. These are the top rated real world C# (CSharp) examples of Griffin.Net.Protocols.MicroMsg.MicroMessageEncoder extracted from open source projects. You can rate examples to help us improve the quality of examples.
Takes any object that the serializer supports and transfers it over the wire.
The encoder also natively supports byte[] arrays and Stream derived objects (as long as the stream have a size specified). These objects will be transferred without invoking the serializer.