You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Im probably missing something, but im not sure i understand how random access of fields work in the java api (or in capnproto in general)
lets say i have the following schema:
Hi,
Im probably missing something, but im not sure i understand how random access of fields work in the java api (or in capnproto in general)
lets say i have the following schema:
And during runtime, i might need to access only field1, and field3. how do i do that?
is it just magically happens when i do:
Message.getField1()
?Thanks!
The text was updated successfully, but these errors were encountered: