Usage with custom object serialization
Hi,
is it possible to use this framework but not use the default MsgPack object serialization? I use the MsgPack c# bindings but use for all objects a customer serializer. But when I use the DynamicProxy for example, the framework would use the default MsgPack serialization.
So there some API to pass byte[] and only take advantage of the communication features?
Thanks!
Sorry, there are no public APIs to use custom serializer other than msgpack.
2014-07-28 18:18 GMT+09:00 sburnicki [email protected]:
Hi,
is it possible to use this framework but not use the default MsgPack object serialization? I use the MsgPack c# bindings but use for all objects a customer serializer. But when I use the DynamicProxy for example, the framework would use the default MsgPack serialization.
So there some API to pass byte[] and only take advantage of the communication features?
Thanks!
— Reply to this email directly or view it on GitHub https://github.com/yfakariya/msgpack-rpc-cli/issues/1.