kotlinx.serialization icon indicating copy to clipboard operation
kotlinx.serialization copied to clipboard

Provide a fast-path for decoding leading polymorphic key for streaming

Open qwwdfsad opened this issue 3 years ago • 0 comments

Basically, we should teach our lexer to (https://github.com/Kotlin/kotlinx.serialization/blob/dev/formats/json/jvmMain/src/kotlinx/serialization/json/internal/JsonLexerJvm.kt#L179) to carefully look until the end of the current buffer in search for polymorphic key

qwwdfsad avatar Jun 24 '22 14:06 qwwdfsad