Open MrGlock opened 6 years ago
It would be a nice feature to be able to emit a .bond file from a RuntimeSchema. I'm not sure when that will fit into the Bond team's development plans. Is this something you would be interested in contributing to gbc
or the C# library?
I think that more interesting and easy to developing is the C# library. Based on the C# library we can create other executable applications.
Hello I have written C # data contracts with MS Bond attributes. It's work fine for C# only data exchange. But I can't get IDL or AST schema (.bond file) for generating these data contracts in other languages (с++, python).
Bond API support only "Runtime schema" generation, but the bond compiler can't make AST or IDL schema from Runtime schema.
Avro and Protobuf.NET support "schema generation" (Serializer.GetProto()) in runtime.
How can I solve this problem with Bond API and without developing "AutoCodeGen" or "AutoBondGen"?
Thanks for your responses.