Tensorflow Lite has opted to use flatbuffers, which sound great and super efficient. Can these be added as a supported default?
Support for FlatBuffers could be really nice for Kotlin, especially with it's property syntax. It'd be useful for games, and other apps that need to read extremely efficiently from serialized data.
Note that there have been attempts to add Kotlin support to the flatbuffers repo that could be useful for future work. There's 3 pull requests here: https://github.com/google/flatbuffers/pulls?utf8=%E2%9C%93&q=kotlin
Most helpful comment
Support for FlatBuffers could be really nice for Kotlin, especially with it's property syntax. It'd be useful for games, and other apps that need to read extremely efficiently from serialized data.
Note that there have been attempts to add Kotlin support to the flatbuffers repo that could be useful for future work. There's 3 pull requests here: https://github.com/google/flatbuffers/pulls?utf8=%E2%9C%93&q=kotlin