Skip to content

Commit 70908c6

Browse files
Update README.md
1 parent df4d9aa commit 70908c6

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
@@ -1,6 +1,6 @@
11
# Java-SerialX
22
SerialX is a powerful utility library to serialize objects in Java. Serialization means storing Java objects and values into file. <br>
3-
SerialX is improving regular Java Base64 serialization and adding serialization protocols that you can create for objects that cant be serialized using regular way. For example final non-serializable objects, 3rd party objects and others. SerialX is also JSON like "programming" language (data storage) that are objects serialized into. So this allows you to serialize multiple objects into one string or also into file. But unlike to JSON, SerialX is based on determinate order of arguments or values we can say. In other words SerialX allows you to serialize **anything**, it's pretty simple to use and practically limitless, however you need to know that "order" is your friend, not an enemy.
3+
SerialX is improving regular Java Base64 serialization and adding serialization protocols that you can create for objects that cant be serialized using regular way. For example final non-serializable objects, 3rd party objects and others. SerialX is also JSON like "programming" language (data storage) that are objects serialized into. So this allows you to serialize multiple objects into one string or also into file. But unlike to JSON, SerialX is based on determinate order of arguments and values we can say. In other words SerialX allows you to serialize **anything**, it's pretty simple to use and practically limitless, however you need to know that "order" is your friend, not an enemy.
44
## Comparison: JACKSON (Json) vs XMLEncoder (XML) vs SerialX (SerialX data storage)
55
Sample object:
66
```
@@ -85,7 +85,7 @@ Note: Since there is variable system in 1.5.0, the order of values is now not th
8585
<br>
8686
## Info
8787
* If you want to add or see issues just click on [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) in up.
88-
* If you want to comment use [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) too.
88+
* If you want to comment or suggest an feature use [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) too.
8989
* If you want to see or learn some things about library then see the documentation or Sample Open Source Implementation.
9090
* If you want to download library, dont use commits section, use [Releases section](https://github.com/PetoPetko/Java-SerialX/releases) or click that big green button "Clone or download" to download the latest version.
9191
* And if you want to see changelog open [changelog file](Changelog.md) or use [Releases section](https://github.com/PetoPetko/Java-SerialX/releases) too.

0 commit comments

Comments
 (0)