Eric Snow added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18264>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to