Skip to content

Commit 1abdc6d

Browse files
committed
simplifications
1 parent 11459d8 commit 1abdc6d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ KEncode provides three standalone entry points:
2323

2424
1. **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

0 commit comments

Comments
 (0)