microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

Add EnumSet serializer #46

Closed caitlinrussell closed 7 years ago

caitlinrussell commented 7 years ago

Android does not handle isFlags out of the box, but we can serialize and deserialize into a set of enum objects. The templates would set the type to EnumSet in instances where isFlags=true and to Enum where isFlags=false or undefined