-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I have not looked into it yet but I think it can be useful to provide something similar to JacksonSerializer/XStreamSerializer/etc using kotlinx.serialization.
Since I had issues with Jackson with default values and inline class: event changes
Using kotlinx.serialization may be a better solution.
If not mistaken, they do not support inline class yet but it will come later for sure.
I will try an implementation later of org.axonframework.serialization.Serializer using kotlinx.serialization.
mvonrenteln