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

Commit dc4b28c

Browse files
committed
Enumをデシリアライズする
1 parent 4d7c23e commit dc4b28c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.ja.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,3 +459,6 @@ class Foo(
459459
val description: String = ""
460460
)
461461
```
462+
463+
#### Enumをデシリアライズする
464+
DBに格納された値と`Enum::name`プロパティが一致する場合、特別な記述無しに`Enum`をデシリアライズすることができます。

0 commit comments

Comments
 (0)