Replies: 2 comments
|
Will look into this. I attempted to make an annotated binary of But yes, the attributes should contain the key-value pairs of the ones specified in the schema. For #2, there should be the |
0 replies
|
OK, so there is some problem with And searched through the Which shows |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @dbaileychess,
I am porting kotlin generator to use the reflection API, and I am having trouble to check if a field is nested. Originally I thought I could find this information in
reflection::Field->attributes(), but for the samples I am running, this field is always returning null (testing against monster_test.fbs).So, two questions:
1 - Shouldn't
reflection::Field->attributes()be returning something for the annotated fields?2 - How can I tell if a field is a nested flatbuffer.
Cheers!
All reactions