Marco Salis

Results 15 comments of Marco Salis

I have the same requirement, but the hostname is also known at runtime, depending on our app's customer. Is there a way to ignore the hostname at all?

I join the queue to request this feature. It would be extremely useful indeed. Thank you!

Hi there, I'm running into the same use case. Are there any plans to support nullable types with `JsonTransformingSerializer` with nullable types? It seems like a pretty common scenario, unless...

I'm running into a "usability" issue with inheritance that is similar to the one in the first message. I have a legacy API with large objects which can be of...

I'm running into the same kind of design issue with `JsonContentPolymorphicSerializer`. It makes working with large hierarchies with several shared properties almost impossible without writing lots of ugly code repetitions....

I'm getting this error with a `sealed class` hierarchy: > Can't serialize instances of class hierarchy with constructor parameters I can apply the `abstract val` strategy as suggested by @sandwwraith...

I'm getting this error only on incremental compilation (clean builds work fine) in a Kotlin-only module on Android Studio and I'm **not** using Jetpack Compose. Any ideas on what could...

Any updates on the feature above? Like @steurt , I'm trying to use `@JsonNames` with an enum values, but I'm getting the same exception with `kapt` with `kotlinx-serialization-json:1.3.2`. Thank you...

Any updates? Will we get a Maven Central (or other repository) update for the library? Thank you for looking into this!

Hi, thank you for your comment! It is indeed an important issue on large projects, and one we've discussed internally. However, the scope of the "Clean architecture" example is primarily...