Questions on language binding spec #286
Replies: 1 comment 7 replies
-
The order of properties in the MessagePack message body does not have an order guarantee. A compliant decoder should decode into a map, then decode each property.
No, there are no ordering guarantees.
When Pkl is encoded into binary, the order of properties on a
The order of element object members will follow the same order as declared in Pkl. |
Beta Was this translation helpful? Give feedback.
-
Typed
, is the order of properties guaranteed?Dynamic
, is the order of elements guaranteed?Every "yes" will make decoding easier and more efficient.
Beta Was this translation helpful? Give feedback.
All reactions