Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in Kotlin, it should be noted that
8 general FlatBuffers usage in all of the supported languages (including K).
10 This page is designed to cover the nuances of FlatBuffers usage, specific to Kotlin.
17 ## Kotlin and FlatBuffers Java code location
21 The code for the FlatBuffers Java library can be found at
23 [FlatBuffers GitHub page](https://github.com/google/flatbuffers/tree/master/
26 ## Testing FlatBuffers Kotlin
36 ## Using the FlatBuffers Kotlin library
39 example of how to use FlatBuffers in Kotlin.*
41 FlatBuffers supports reading and writing binary FlatBuffers in Kotlin.
43 To use FlatBuffers in your own code, first generate Java classes from your
45 Then you can include both FlatBuffers and the generated code to read