Joffrey Bion

Results 190 comments of Joffrey Bion

> If you know that delay skipping exists! How many people do you think would know this? My point didn't require the assumption that people already know they exist. My...

While answering [this StackOverflow question](https://stackoverflow.com/questions/73511228/how-to-get-list-from-response-in-kotlin), I realized it would indeed be useful to have something like a `JsonTupleSerializer` based on the `JsonTransformingSerializer`. Here is an example of how it could...

@sandwwraith Thanks for the summary of the state of this issue. > `POLYMORPHIC_SUBTYPES`, as in the proposal, is a questionable strategy because it makes rules harder to understand I actually...

> It's still possible to use `convertAndSend("/some/destination", someObject)` I'm not sure what you mean here. At least as far as this Spring function is concerned, this is not correct. This...

Oh, that is quite a valid concern. > Maybe we overthink things a bit here, and there is almost no real-world usages of sub class as a property, but this...

> So it would be basically like this: > > ```kotlin > object NotSerializable : KSerializer { > override val descriptor: SerialDescriptor = SerialClassDescImpl( "kotlin.Any") > override fun deserialize(decoder: Decoder):...

I'm also wondering where this is going. It would be nice to have a unified effort at building an efficient multiplatform I/O library for Kotlin, unless of course there is...

> If you're looking for multiplatform releases of older versions, you can check ktor-io. This sentence in the doc made me think the migration had happened the other way around....

Ironically, Okio also doesn't release IR artifacts at the moment because of a bug in the IR compiler: https://github.com/square/okio/issues/910