Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit ab97fe4

Browse files
committed
Deserialize Enum
1 parent 82f9ff6 commit ab97fe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,3 +467,6 @@ class Foo(
467467
val description: String = ""
468468
)
469469
```
470+
471+
#### Deserialize Enum
472+
If the value stored in the DB and the `Enum::name` property of the map destination are the same, it will be automatically converted to You can deserialize the `Enum`.

0 commit comments

Comments
 (0)