From ce44e268a4b23ecdb36983dd2782096cf7207015 Mon Sep 17 00:00:00 2001 From: Programmer001 <39063786+PetoPetko@users.noreply.github.com> Date: Sun, 6 Dec 2020 22:33:36 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788f143..2086cd2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,8 @@ Serialized via **SerialX:** org.some.beautiful.Foo 55D 455.45 236.12F T; ``` 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)! -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! +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!
+Note: Since there is variable system in 1.5.0, the order of values is now not the only option to obtain an object or value!
## Info * If you want to add or see issues just click on [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) in up.