How about a use case with multiplatform project, w...
# spring
r
How about a use case with multiplatform project, when I have a class that is
@Serializable
on the client side but not on the server side (I use contextual serialization and use some types which are not automatically serializable). I think it will break things. It's not a hypothetical question - my KVision works that way (Kotlin seralization on the client side, Jackson on the server side).