I've started working a bit on a set of standard serializers for KotlinX Serialization together with aSemy. Project is currently super early in its lifecycle, but it would be fun to have some input and feature requests from people who'd consider using it 🙂 Feel free to raise an issue, watch or ⭐ it
here
Currently we have support for various jdk-specific types such as
LocalDateTime
,
Instant
,
UUID
,
URL
, but also have multiplatform support for serializing enums by their ordinal value.