This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients amaury.forgeotdarc, barry, eric.snow, ncoghlan
Date 2013-06-19.14:09:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371650976.52.0.358842801962.issue18264@psf.upfronthosting.co.za>
In-reply-to
Content
> Serialization isn't the only issue - you have to know how
> to deserialize as well.

+1

> (TBH, I wish the json module had better hooks for extending
> both serialization and deserialization of non-basic types.)

+1

There's at least one stdlib module that does this pretty well (sqlite3, I think).  This is where a simple serialization (and deserialization of course) protocol would come in handy.
History
Date User Action Args
2013-06-19 14:09:36eric.snowsetrecipients: + eric.snow, barry, amaury.forgeotdarc, ncoghlan
2013-06-19 14:09:36eric.snowsetmessageid: <1371650976.52.0.358842801962.issue18264@psf.upfronthosting.co.za>
2013-06-19 14:09:36eric.snowlinkissue18264 messages
2013-06-19 14:09:36eric.snowcreate