Hi! Can I write a custom `KSerializer` to change ...
# serialization
v
Hi! Can I write a custom
KSerializer
to change only the behavior of
serialize
function? Implmeenting SerializationStrategy directly wont work if i have to set it in
@Serializable(with = ...)