Is there a way to add custom type by myself? For example, uuid
TvoroG opened this issue · 1 comments
TvoroG commented
Hey! Thanks for the work!
I cannot figure out the right way to add custom type. msgpack-python supports ext type by ext_hook and default arguments to Packer and Unpacker, but we cannot pass them through tarantool connection. Am I wrong?
Totktonada commented