Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with flatc #3

Closed
dzqv opened this issue Jan 6, 2022 · 1 comment
Closed

Compatibility with flatc #3

dzqv opened this issue Jan 6, 2022 · 1 comment

Comments

@dzqv
Copy link

dzqv commented Jan 6, 2022

This project looks extremely cool; a better Core Data is much appreciated. Our servers are written in Go and use flatc generated codecs, so we were wondering if this project maintains any tests ensuring compatibility between flatc and dflatc generated code or if that's a goal / in-scope.

@liuliu
Copy link
Owner

liuliu commented Jan 6, 2022

Thanks. There is nothing special about the FlatBuffers encoding in dflatc. It simply calls the Swift FlatBuffers compiler maintained within main tree at https://github.com/google/flatbuffers/tree/master/swift The compatibility guarantee is based on using the same code as the main tree, which should be inferred there.

@dzqv dzqv closed this as completed Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants