kotlinx.serialization
kotlinx.serialization copied to clipboard
Add an adapted version of the EfficientBinaryFormat to the default tests.
This patch set creates a simple implementation of the EfficientBinaryFormat. It is included in the existing json tests (special casing json specific serializers). This should ensure that serialization works with less forgiving formats that require in order serialization and must write defaults.