realm-kotlin
realm-kotlin copied to clipboard
Enum type support without extra configuration
Apart from the planned type adapters, could enums be a generally supported type (by saving their name as a string)?
Yes, this should be possible to add to our internal type adapters. We will try to add this.
Can anyone provide an example of how to do this currently? I have looked at some of the realm-java examples and tried to convert them to kotlin but I have had no success.
Would love to have this feature soon!
What is the status of the internal type adapter for enums?