kotlin-orm / ktorm

A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
https://www.ktorm.org
Apache License 2.0
2.09k stars 148 forks source link

Support kotlinx.serialization #3

Open vincentlauvlwj opened 5 years ago

vincentlauvlwj commented 5 years ago

Consider add kotlinx.serialization support for entity serialization.

vincentlauvlwj commented 5 years ago

See https://discuss.kotliner.cn/t/topic/226

RoyRao2333 commented 2 years ago

Any further information on this? I do need kotlinx.serialization 'cause I'm not familiar with jackson... Thanks.

mcxinyu commented 1 year ago

Is there any progress?

zkqkfc666 commented 6 months ago

现在可以使用kotlinx.serialization来序列化entity了吗?