Skip to content

Commit f0ac025

Browse files
Update README.md
1 parent dbf8688 commit f0ac025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Serialized via **SerialX:**
7878
```
7979
org.some.beautiful.Foo 55D 455.45 236.12F T;
8080
```
81-
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)!
82-
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 are then specified by an SerializationProtocol!
81+
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)!
82+
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 are then specified by an SerializationProtocol! Generally, one line means one object, one value (separated by spaces) means one argument!
8383
<br>
8484
## Info
8585
* If you want to add or see issues just click on [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) in up.

0 commit comments

Comments
 (0)