msgpack/msgpack-python

work interacttive NOT dump load

Closed this issue · 1 comments

hey guys
can you implement a method to work with msgpack interactively ?
due to the avoid of (de)serialization overhead in programs can we change the context directly instead of load and dump it again ?
i believe you can do it, there is just some simple basic types to be implemented and their composition with each other. tuples dicts and lists.

i can not.