Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/commonMain/src/kotlinx/serialization/SerialFormat.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import kotlinx.serialization.modules.*
* `SerialFormat` interface is not stable for inheritance in 3rd party libraries, as new methods
* might be added to this interface or contracts of the existing methods can be changed.
*
* 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.
*/
@ExperimentalSerializationApi
public interface SerialFormat {
Expand Down