[Python-ideas] Enum and serialization

Barry Warsaw barry at python.org
Fri Jul 19 15:24:35 CEST 2013


On Jul 18, 2013, at 05:01 PM, Ethan Furman wrote:

>> What about third party serialization libs though?
>
>They are in the same boat, and have the same options.

Third party serializations (and built-in JSON serialization) already has to be
taught about several common built-in data types, e.g. datetimes and
timedeltas.  If it weren't for the rather icky json module API for extensions,
it's not that hard.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130719/d6f09816/attachment.pgp>


More information about the Python-ideas mailing list