This is an attempt to eliminate the custom serialize logic from Response while still allowing users to set the order of fields.
It was inspired as an alternative to #207
Some of the tests are still failing, but I stopped short of debugging them until someone else thinks this is an appropriate direction. I'm not convinced.
I'm not sure if this is better or not yet
This is an attempt to eliminate the custom serialize logic from Response while still allowing users to set the order of fields.
It was inspired as an alternative to #207
Some of the tests are still failing, but I stopped short of debugging them until someone else thinks this is an appropriate direction. I'm not convinced.