kotlinx.serialization icon indicating copy to clipboard operation
kotlinx.serialization copied to clipboard

Add an adapted version of the EfficientBinaryFormat to the default tests.

Open pdvrieze opened this issue 8 months ago • 0 comments

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.

pdvrieze avatar Apr 10 '25 20:04 pdvrieze