Skip to content

Commit 277d7cb

Browse files
Update README.md
1 parent feca3f8 commit 277d7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Serialized via **XML:**
7777
```
7878
Serialized via **SerialX:**
7979
```
80-
org.some.beautiful.Foo 55D 455.45 236.12F T;
80+
some.package.Foo 55D 455.45 236.12F T;
8181
```
8282
Maybe it is a question of formating but SerialX will be the shortest one anyway. Because instead of having some sort of key to the value you simply have its order (index)!
8383
And value's data type is specified by suffix if it is a primitive data type or simply by package name as the first argument in case of an object! Other arguments (count, order, type) are then specified by a SerializationProtocol! Generally, one line means one object, one value (separated by spaces) means one argument! <br><br>

0 commit comments

Comments
 (0)