Closed kellycampbell closed 7 years ago
@clarkduvall any chance that either this or #25 could be merged in? I've been running a local fork for a while because serpy will blow up if it encounters an object with a missing key. It would be great to be able to bring it back to the main repo.
This looks good, sorry for the (super long) delay. I'll try to do a release sometime today with this change.
Non-required fields with None values are now omitted from the serialization. Also required MethodFields with None value trigger an exception now.