Serialization: Difference between revisions
Created page with "Serialization - different ways of storing data. ==Text-based== Encode data as strings. Pros are that it's human readable and widely supported. You can dump JSON without thi..." |
|||
| Line 7: | Line 7: | ||
* XML | * XML | ||
* JSON | * [[JSON]] | ||
* [[YAML]] - a superset of JSON which uses spaces and is a bit easier to read | |||
==Binary== | ==Binary== | ||