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

Add stream integration extension functions to Json guide

Open sandwwraith opened this issue 2 years ago • 0 comments

They're present on generated KDoc site (which no one looks into) and are not present in the docs/json.md (where everyone goes):

  • Integration with Java streams: encodeToStream, decodeFromStream, sequence
  • Integration with Okio streams

sandwwraith avatar Jun 20 '23 14:06 sandwwraith