Yo
Yo
I've tried to `@Transient` from kotlinx and `@Serializer(with = Password::class)` For `@Transient` I get : `Invalid JSON at 184: Encountered an unknown key password`` I need to send the password...
> Am I right that you want `@Transient`, but only for deserialization? And property still should be written during serialization. Yes exactly, I think that would be a neat feature...
When I try to compile my code I often get, this error is inconsistent sometimes it shows, sometimes it doesn't even though I haven't changed my code ``` java.lang.IllegalStateException: Backend...
After a closer look, the custom serializer doesn't really answer my question, so i'll update it in this post. For example I'm sending this JSON to my service: ```json {...
I already did write a custom serializer but it's not what I need, as stated earlier: > with the PasswordParser the response is like this: > ```json > { >...
> write a custom serializer for `User` which would either ignore or replace password What I tried: 1. no body in `override fun serialize`, I got this error: ```java [ktor-jetty-8080-1]...
@pavelperc do you have a small poc of this ?
Thank you ! appreciate a lot