-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: adding enum methods to serializeable #208
feat: adding enum methods to serializeable #208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a section in the README about using this use case, i.e. values: [...]
with collection: true
(is this correct?).
@ronaldtse Yes that is correct and some convenience methods are added for enum values, I'll update the readme after finalizing this PR. |
@HassanAkbar is this completed? Could you please help merge since it is blocking another task at metanorma/suma#18 ? Thanks! |
@ronaldtse Sure, I'll finalize and merge this in a bit. |
32b52e2
to
a3d975e
Compare
a3d975e
to
6632cbd
Compare
@ronaldtse Version |
Add enum methods to serializable
fixes #201