Skip to content

Commit fd4da9c

Browse files
Update README.md
1 parent 1a99b96 commit fd4da9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Java-SerialX
2-
SerialX is a powerful tool to serialize objects in Java.
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 or 3rd party objects. SerialX is also JSON like "programing" that are objects serialized in to. It also allows you to serialize multiple objects in to one string/file. Unlike to JSON, SerialX is based on determinate order of arguments or values we can say.
2+
SerialX is a powerful utility API to serialize objects in Java.
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 or 3rd party objects. SerialX is also JSON like "programming" that are objects serialized into. It also allows you to serialize multiple objects into one string or also file. Unlike to JSON, SerialX is based on determinate order of arguments or values we can say.
44
## Info
55
* If you want to add or see issues just click on [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) in up.
66
* If you want to comment use [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) too.
77
* If you want to see or learn some things about library click see documentation.
8-
* 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 latest version.
8+
* 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.
99
* 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)