SafeParcel
SafeParcel copied to clipboard
Enumeration Serialization
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.
@mar-v-in @emlove @ale5000-git What do you think about the idea?