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

Commit 624f702

Browse files
committed
デシリアライズ関連の書き出しを追加
1 parent c5f5453 commit 624f702

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ KRowMapper(::Dst) { colName: String ->
4141
}
4242
```
4343

44+
### Deserialize column
45+
`KRowMapper` provides a deserialization function for the acquisition results of three patterns.
46+
47+
- Define a deserializer for the `class`.
48+
- Define the original deserializer `annotation`.
49+
- Deserialize at initialization using the `backing property`.
50+
4451
## Installation
4552
Published on JitPack.
4653
You can use this library on `maven`, `gradle` and any other build tools.

0 commit comments

Comments
 (0)