kotlinx.serialization
kotlinx.serialization copied to clipboard
Add stream integration extension functions to Json guide
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