You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: