File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ KEncode provides three standalone entry points:
2323
24241 . ** ByteEncoding** text codecs: Base62, Base36, Base64, and Base85 encoders
2525 for raw binary data.
26- 2 . ** PackedFormat** : A binary serializer optimized for Kotlin that supports
27- nested objects, lists, and maps. It uses bitsets for booleans and nullability
28- to minimize overhead.
29- 3 . ** EncodedFormat** : A wrapper for the above that combines a binary format,
30- an optional checksum, and a text codec to produce small deterministic string
31- identifiers.
26+ 2 . ** PackedFormat** : A binary format serializer optimized for Kotlin that
27+ supports nested objects, lists, and maps. It uses bitsets for booleans and
28+ nullability to minimize overhead.
29+ 3 . ** EncodedFormat** : A string format serializer that wraps the above to produce
30+ small deterministic string identifiers.
3231
3332### Installation
3433
You can’t perform that action at this time.
0 commit comments