Skip to content
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

Enumeration Serialization #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Enumeration Serialization #6

wants to merge 4 commits into from

Conversation

timurua
Copy link

@timurua timurua commented Sep 14, 2020

I was working with SafeParcel library and noticed, that it is not supporting enums.
Enums are great language constructs, they make the code ways easier to read.
Unfortunately in order to use them with the library, it take to convert integer to Enum and back.
The proposed code change facilitates this process.

@timurua
Copy link
Author

timurua commented Sep 16, 2020

@mar-v-in @emlove @ale5000-git What do you think about the idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant