It just means "when serialized" i.e. when written into binary or JSON for
storage / transmission; the "wire format ordering" one is emphasizing that
maps have no defined order whether in-memory or serialized, and you should
not rely on the order in which elements appear when serialized - on disk /
socket / whatever they can appear in *any order they want*, which has
nothing whatsoever to do with the order they were added. The "on the wire"
is used multiple times, but again, always means "when written to binary or
JSON".

On Tue, 5 Nov 2019 at 03:02, ken cao <zsm...@gmail.com> wrote:

> I really really can't understand clearly these terms.
> thankyou very much.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to protobuf+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/protobuf/2ba6c259-94d7-491f-9cb7-36a840e7bda0%40googlegroups.com
> <https://groups.google.com/d/msgid/protobuf/2ba6c259-94d7-491f-9cb7-36a840e7bda0%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Regards,

Marc

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/CAF95VAyCvqJMjzaf6oyAjaJd_N-kqgr4dphhLL%3D89uhR4_MU%3DA%40mail.gmail.com.

Reply via email to