Hacker News new | ask | show | jobs
by IshKebab 236 days ago
He's saying you need to hand-write the class or struct. You don't need to do that in systems with an explicit schema like Protobuf.
1 comments

Exactly, i'm using protobuf, i've got those proto files which generate code in python, ruby, go and typescript. I can share the package into those different services and i'm gonna be sure i'll use common interface.

It's not clear for me how to achieve the same with fory?