Skip to content

Commit 765dc33

Browse files
Update README.md
1 parent 5f05494 commit 765dc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ some.package.Foo {
119119
flag = T
120120
}
121121
```
122+
<br>
122123
Maybe it is a question of formating but SerialX with protocol will be the shortest one anyway. Because, in this case, instead of having some sort of key to the value you simply have its order (index)!
123124
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>
124125
Note: Since there is variable system in 1.1.5, the order of values is now not the only option to obtain an object or value! <br>

0 commit comments

Comments
 (0)