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

Commit 9997d2f

Browse files
committed
デシリアライザーの元クラスを追加
1 parent b019bc1 commit 9997d2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.mapk.krowmapper
2+
3+
abstract class KColumnDeserializer<Src : Any, Dst : Any> {
4+
abstract fun deserialize(column: Src): Dst?
5+
}

0 commit comments

Comments
 (0)