We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b6e33 commit 16a85dfCopy full SHA for 16a85df
formats/json-okio/commonMain/src/kotlinx/serialization/json/okio/OkioStreams.kt
@@ -38,8 +38,6 @@ public fun <T> Json.encodeToBufferedSink(
38
/**
39
* Serializes given [value] to a [target] using UTF-8 encoding and serializer retrieved from the reified type parameter.
40
*
41
- * If [target] is not a [BufferedSink] then called [Sink.buffer] for it to create buffered wrapper.
42
- *
43
* @throws [SerializationException] if the given value cannot be serialized to JSON.
44
* @throws [okio.IOException] If an I/O error occurs and sink can't be written to.
45
*/
0 commit comments