msgpack-rpc-cli icon indicating copy to clipboard operation
msgpack-rpc-cli copied to clipboard

Usage with custom object serialization

Open sburnicki opened this issue 11 years ago • 1 comments

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!

sburnicki avatar Jul 28 '14 09:07 sburnicki

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.

yfakariya avatar Aug 03 '14 13:08 yfakariya