You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SchemaPack is directly compared with some serialization formats like JSON and MessagePack. Both of them have the ability to directly serialize arrays, without the need of wrapping them into "objects", in the SchemaPack documentation there is no info about how to directly serialize arrays without having to wrap them in objects.
Is this possible? If no, maybe it should be convenient to explain it to make easier for other programmers which limitations has this serialization format.
The text was updated successfully, but these errors were encountered:
castarco
changed the title
No mentions to array serializations
No mentions to (not object-wrapped) array serializations
Jul 29, 2016
You can directly serialize arrays. Maybe I should make a larger point of it. I kinda just included it in another example. It's a bit hidden away at the moment.
SchemaPack is directly compared with some serialization formats like JSON and MessagePack. Both of them have the ability to directly serialize arrays, without the need of wrapping them into "objects", in the SchemaPack documentation there is no info about how to directly serialize arrays without having to wrap them in objects.
Is this possible? If no, maybe it should be convenient to explain it to make easier for other programmers which limitations has this serialization format.
The text was updated successfully, but these errors were encountered: