add TypeAdapter

This commit is contained in:
tursom 2020-08-11 01:03:29 +08:00
parent 50c21ca8d3
commit 465636b0dd

View File

@ -67,7 +67,3 @@ object TypeAdapterFactory {
override fun toString() = adapterMap.toString()
}
fun main() {
println(TypeAdapterFactory)
}