Hello,
Could you please help, how the kotlinx.serialization works (for example with Json)?
Am I right that plugin generates the serializer/deserializer pairs in compile time, so there aren’t any reflection or something in runtime?
Am I right that this library has also api to reuse buffers, so it can do serialization/deserialization logic with stream-like approach in ktor?
Am I right, that we can expect the better performance of kotlinx.serialization than Jackson?