Skip to content

Commit 05833fb

Browse files
Update README.md
1 parent 70d3bb0 commit 05833fb

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
@@ -7,10 +7,10 @@ Compare to this, **SerialX API** is doing everything programmatically. SerialX A
77
Note: Since 1.3.0, protocols are operated by DataParsers and are mainly used for more complex objects. Also Object -> String conversion is now done by DataConverter and String - Object is done by DataParsers and further by protocols!
88
**Advantages and goals:**
99
* Overcoming most of regular serialization problems such as bypassing constructor!
10-
* Powefull and highly costomizable, you have control over stuff via protocols and recursive descent parser!
10+
* Powerful and highly costomizable, you have control over stuff via protocols and recursive descent parser!
1111
* Programmaticall, meaning you can decide how objects will be serialized and deserialized!
12-
* Fast, SerialX is almost always far more faster than regular serialization!
13-
* Readable, SerialX as format is pretty readable for humans and is also pretty intuitive as well so can be also written by humans!
12+
* Fast, SerialX solution is almost always far more faster than regular serialization!
13+
* Readable, It depends but SerialX formats are supposed to be pretty readable for humans and should be also pretty intuitive for learning and writing!
1414
* Data types recognision, SerialX defaultly supports all primitve datatypes from java and also objects (done with protocols) compare to Json for instance!
1515
* Small storage requirements, as you can see belove SerialX is often times far smaller than Json not even mentioning XML!
1616
* Quantity, SerialX can serialize multiple objects into one file or string!

0 commit comments

Comments
 (0)