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 bob.ippolito
Recipients bob.ippolito, phanser
Date 2009-03-22.16:17:34
SpamBayes Score 0.00012389683
Marked as misclassified No
Message-id <1237738657.17.0.613431991945.issue5535@psf.upfronthosting.co.za>
In-reply-to
Content
It is common to specify a default function but it would be terrible for 
performance if this function was called for every single object passed 
through to the decoder.

If you want a serialization different from a primitive type you'll have to  
choose a different base class.
History
Date User Action Args
2009-03-22 16:17:37bob.ippolitosetrecipients: + bob.ippolito, phanser
2009-03-22 16:17:37bob.ippolitosetmessageid: <1237738657.17.0.613431991945.issue5535@psf.upfronthosting.co.za>
2009-03-22 16:17:35bob.ippolitolinkissue5535 messages
2009-03-22 16:17:35bob.ippolitocreate