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.
2 parents 8cbdbfc + 82134bd commit 779acb2Copy full SHA for 779acb2
core/commonMain/src/kotlinx/serialization/SerialFormat.kt
@@ -24,7 +24,7 @@ import kotlinx.serialization.modules.*
24
* `SerialFormat` interface is not stable for inheritance in 3rd party libraries, as new methods
25
* might be added to this interface or contracts of the existing methods can be changed.
26
*
27
- * It is safe to operate with instances of `BinaryFormat` and call its methods.
+ * It is safe to operate with instances of `SerialFormat` and call its methods.
28
*/
29
@ExperimentalSerializationApi
30
public interface SerialFormat {
0 commit comments