FlatBuffersSwift
FlatBuffersSwift copied to clipboard
This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.
Hello, I woiuld liek to understand on which spec of Flatbuffer (flatc) compiler is the current implementation based on? I cannot find any such information or maybe I am missing...
If capacity is zero, the while loop in FlatBuffersBuilder.reserveAdditionalCapacity will spin forever.
Big thanks to @music-group
``` union Character { MuLan: Attacker, // Can have name be different from type. Rapunzel, // Or just both the same, as before. Belle: BookReader, BookFan: BookReader, Other: string, Unused:...
Hi Maxim, I really like the concept of FlatBuffers 😍 With Swift 4 you can create your own Encoder and Decoder to support the new codable feature of Swift 4....
eg. B.fbs ... some definations ... A.fbs include "B.fbs" ... other definations ...
In the latest version of FlatBuffers vector of unions is supported.
It seems to me that this initializer is not following the documentation of `withUnsafeBytes` which says not to use the pointer outside the passed closure. What's the reason for writing...