capnpc-rust icon indicating copy to clipboard operation
capnpc-rust copied to clipboard

Serde support

Open polachok opened this issue 7 years ago • 1 comments

C++ capnproto implementation supports json serialization. Would you be interested in adding support for serde? I think a Serialize impl could be generated by capnpc.

polachok avatar Feb 13 '18 08:02 polachok

Yeah, JSON conversion would be useful! The C++ implementation makes use of the dynamic reflection API. I think something similar would be a good way forward in capnproto-rust.

dwrensha avatar Feb 14 '18 01:02 dwrensha