Serialization
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
(add pickle (Python 2 object serialization)) |
||
Line 14: | Line 14: | ||
* [[Protobuf]] (a Google format also used within IWA) | * [[Protobuf]] (a Google format also used within IWA) | ||
* [[YAML]] (.yaml) | * [[YAML]] (.yaml) | ||
+ | * [[Pickle]] (Python 2) | ||
== See Also == | == See Also == |
Revision as of 10:36, 16 May 2014
- Bencode (used by BitTorrent)
- DER (Distinguished Encoding Rules)
- IWA (Apple iWork serialization; .iwa)
- JSON (.json)
- Microsoft XNA Compiled Format (.xnb)
- Property List (.plist)
- Protobuf (a Google format also used within IWA)
- YAML (.yaml)
- Pickle (Python 2)