ObjSer is a binary data-interchange format. It differs from formats such as JSON and MessagePack in that it is able to represent arbitrary object graphs, including those containing cycles or multiple instances of the same object, without duplication.
Read the specification.
- Swift (incomplete)