[zeromq-dev] zmsg.hpp
Pieter Hintjens
ph at imatix.com
Wed May 4 16:18:55 CEST 2011
On Wed, May 4, 2011 at 4:12 PM, Martin Pales <m.pales at gmail.com> wrote:
> Maybe it's worth to use a data serialization format (e.g. BSON) in the guide
> to avoid any misunderstanding or confusion. My impression is that many
> readers are not familiar with C and it's zero-terminated strings.
Well, it's going to a lot more complex to make examples using BSON.
C is the language of the API, and thus the language of the core
examples. When we have enough translations we make translated versions
of the Guide (currently, Lua and PHP).
If you see any particular cases where the examples are confusing, let
me know. There's practically nowhere that we have any structured data,
and where we do, we use frames to serialize.
-Pieter
More information about the zeromq-dev
mailing list