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 serhiy.storchaka
Recipients Michael Smith2, bob.ippolito, rhettinger, serhiy.storchaka
Date 2018-10-02.04:25:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538454310.48.0.545547206417.issue34858@psf.upfronthosting.co.za>
In-reply-to
Content
Using the default method or argument is a proper way of serializing custom types to JSON. There are a number of issues fr adding support for serializing different types by default. I work on a patch that will allow to make different types serializable in a more convenient way.
History
Date User Action Args
2018-10-02 04:25:10serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, Michael Smith2
2018-10-02 04:25:10serhiy.storchakasetmessageid: <1538454310.48.0.545547206417.issue34858@psf.upfronthosting.co.za>
2018-10-02 04:25:10serhiy.storchakalinkissue34858 messages
2018-10-02 04:25:10serhiy.storchakacreate