oslo.serialization/oslo_serialization
ChangBo Guo(gcb) fecad3c31f warn developers when can't convert value into primitive
We try to raise ValueError directly when can't convert the value into
proimitive in If9e8dd5cc2634168910d5f9f8d9302aeefa16097, but revert it
due to some reasons The better way is that notify consuming projects
with the future API behavior change before the change. It will raise
ValureError in version 3.0.

Partial-Bug: #1593641
Change-Id: I2eff07cd25f0565b380cb6e76628a896c8d0ec61
2017-09-19 09:37:39 +08:00
..
serializer Unified and simplified API for all serializers 2016-04-04 15:27:16 +03:00
tests warn developers when can't convert value into primitive 2017-09-19 09:37:39 +08:00
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
base64.py Prefer raising the python2.x type error for b64 decode errors 2017-01-09 16:37:28 -08:00
jsonutils.py warn developers when can't convert value into primitive 2017-09-19 09:37:39 +08:00
msgpackutils.py Replace six.iteritems() with .items() 2016-12-12 11:11:28 +08:00