Practical Serialization In Go: Selection Criteria

preview_player
Показать описание
There are many ways to serialize your data to a sequence of bytes. You can use JSON, Protocol Buffers, XML, SQL, YAML, Apache, MessagePack, BSON, and many more.

When choosing our format, there are a few things we need to consider.
- Maturity of the format (Older formats have fewer bugs)
- Which languages support the format?
- What Types do you want your serialization format to support?

--

Other Links:
Рекомендации по теме