-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Question] HiveField 0 - 255 exclusive to one class? #16
Comments
Yes, you should start at 0 for each class. I'll clarify the documentation and close this issue when it is done. |
Great. Tried it out as well. It can go back to zero. Thanks so far so good! |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the example, if I want to register a class to a HiveType, I'd have to put
@HiveField(n)
to the fields that I want to store, right?What if I have another class that I want to store, like
Cat
?should the numbering continue, or it goes back to zero?
The text was updated successfully, but these errors were encountered: