apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
2.77k stars 194 forks source link

[Dart] Support Dart language #1194

Open peacess opened 7 months ago

chaokunyang commented 7 months ago

Hi @peacess, thanks for filing this issue. Could you share more details? Which serialization framework do you use now for what scenarios? What's the bottle for it?

anidotnet commented 2 months ago

Apart from json dart does not have very good options for serialization.. It would be nice to have fury support for dart as multi language serialization framework. Main constraint is - no support for reflection for flutter app.

chaokunyang commented 2 months ago

I see, thanks. We've formulized fury cross-language serialization spec in https://fury.apache.org/docs/guide/xlang_object_graph_guide . It should be easier to implement a new language now.