mzaks / FlatBuffersSwift

This project brings FlatBuffers (an efficient cross platform serialization library) to Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support recursive table definitions

mzaks opened this issue · comments

The support is already given but it would result in an infinite loop if a cycle is given.
This can be avoided and and cycles support can be implemented.