Replies: 1 comment
|
@earonesty That looks interesting! Guess I have to check within |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
hi, i wrote this:
https://github.com/earonesty/msgpickle
it's a pickler that can be made safe, explicit and works with your classes
explicity register serializers for classes, or you use
to_packandfrom_packhandlers on your classuses msgpack as the base serializaton layer. very configurable. can pack/unpack lambdas (this isnt safe, but its fun)
All reactions