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.
BinaryFormat
SerialFormat
1 parent d3288f2 commit 82134bdCopy full SHA for 82134bd
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