You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Java-SerialX
2
2
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.
4
4
## Info
5
5
* If you want to add or see issues just click on [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) in up.
6
6
* If you want to comment use [Issues section](https://github.com/PetoPetko/Java-SerialX/issues) too.
0 commit comments