Skip to content

Commit c14ca00

Browse files
Update README.md
1 parent 3cd7264 commit c14ca00

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
@@ -80,7 +80,7 @@ Serialized via:
8080
org.some.beautiful.Foo 55 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)!
83-
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!
83+
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!
8484
<br>
8585
## Info
8686
* 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)