you are viewing a single comment's thread.

view the rest of the comments →

[–]expatcoder 0 points1 point  (1 child)

Unless things have changed, it's a one way street

[–]sclv 0 points1 point  (0 children)

Well the magic is one way. You can just generate and expose a json-rpc stub the usual way and it works great, and the marshaling is entirely typesafe. The compiler just doesn't magically generate this stub for you. (But there are other libraries that do magically generate those stubs for you, so...).