SafeParcel icon indicating copy to clipboard operation
SafeParcel copied to clipboard

Enumeration Serialization

Open timurua opened this issue 5 years ago • 1 comments

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 avatar Sep 14 '20 21:09 timurua

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

timurua avatar Sep 16 '20 18:09 timurua