greedo / python-xbrl

xbrl parser written in Python :bulb:
https://pypi.python.org/pypi/python-xbrl
Apache License 2.0
220 stars 76 forks source link

Change object serialization for marshmallow 1.0 #16

Closed greedo closed 9 years ago

greedo commented 9 years ago

As noted marshmallow 1.0 has changed to provide a cleaner API to how objects get serialized. Update code to use the new API.