msgpack / msgpack

MessagePack is an extremely efficient object serialization library. It's like JSON, but very fast and small.

Home Page:http://msgpack.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime equivalent of Struct

jdevng opened this issue · comments

Is there a way to use run time dictionaries and arrays as input instead of the Codeable structs? Or any method where types/structures of the messages can be defined at run time like in Python? Thanks!

Nothing in the specs mandate anything about strongly typing, "stringly-typing" or duck-typing...
It is up to the implementation of the spec in the library you are using what it supports or not.
Maybe you are asking the question in the wrong place.