orchestr7 / ktoml

Kotlin Multiplatform parser and compile-time serializer/deserializer for TOML format (Native, JS, JVM) based on KxS
https://akuleshov7.github.io/ktoml
MIT License
446 stars 23 forks source link

Add encoding value classes #238

Closed BOOMeranGG closed 1 year ago

BOOMeranGG commented 1 year ago

Fix #237

Please read the test cases carefully. I took some of them from docs. We shouldn't handle value classes as data classes, so I wrote encoding looking at Json serializer.