Skip to content

Commit dbb6ec7

Browse files
Update README.md
1 parent a5d26b2 commit dbb6ec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Compare to this, **SerialX API** is doing everything programmatically. SerialX A
1212
* Readable, SerialX as format is pretty readable for humans and is also pretty intuitive as well so can be also written by humans!
1313
* Data types recognision, SerialX supports all primitve datatypes from java and also objects (done with protocols) compare to Json for instance!
1414
* Small storage requirements, as you can see belove SerialX is often times far smaller than Json not even mentioning XML!
15+
* Quantity, SerialX can nserialize multiple objects in to one file or string!
16+
* Very easy to use, at the begining all what you need to know is ``Serializer.SerializeTo(file, objects)`` for serializing and ``Serializer.LoadFrom(f)`` for deserializing!
1517

1618
## Comparison: JACKSON (Json) vs XMLEncoder (XML) vs SerialX (SerialX data storage)
1719
Sample object:

0 commit comments

Comments
 (0)