Serialization
From Just Solve the File Format Problem
(Difference between revisions)
(add pickle (Python 2 object serialization)) |
Dan Tobias (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [[Microsoft XNA Compiled Format]] (.xnb) | * [[Microsoft XNA Compiled Format]] (.xnb) | ||
* [[Property List]] (.plist) | * [[Property List]] (.plist) | ||
− | * [[Protobuf]] (a Google format also used within IWA) | + | * [[Protobuf]] (Protocol Buffers; a Google format also used within IWA) |
* [[YAML]] (.yaml) | * [[YAML]] (.yaml) | ||
* [[Pickle]] (Python 2) | * [[Pickle]] (Python 2) |
Revision as of 13:06, 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 (Protocol Buffers; a Google format also used within IWA)
- YAML (.yaml)
- Pickle (Python 2)