serializer.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:lemongraph 作者: NationalSecurityAgency 项目源码 文件源码
def msgpack_decode_hashable(x):
    return messagepack.unpackb(x, use_list=False)

# encode should support: arbitrary python object => bytes
# decode should support: python Buffer => object
# default for all encode/decode is 'str', except None maps to '' for encode
# for node/edge types/values as well as property keys, you should strive to make sure the encoder is deterministic
# if you plan to use complex values - if dicts are involved, msgpack is not so much.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号