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 |
Beta Was this translation helpful? Give feedback.
-
OK, so there is some problem with
And searched through the
Which shows |
Beta Was this translation helpful? Give feedback.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions