Skip to content

Commit 79570e6

Browse files
Update README.md
1 parent 18b102d commit 79570e6

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
@@ -1,6 +1,6 @@
11
# Java-SerialX
22
SerialX is a powerful utility library 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.
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" language that are objects serialized into. This 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.

0 commit comments

Comments
 (0)