[POC] Inject via marshaller and unmarshaller
This PR demonstrates injecting the JIT without adding any explicit hooks in Marshmallow. The tests in this test suite all pass, but I didn't patch the upstream vendored tests, as the configuration mechanism is now different.
This allows eliminating the custom Marshmallow fork.
Oops, accidentally deleted the branch. Didn't mean to do that. This PR is still as intended.
Got the benchmarks working too.
I'm not sure how to run the Marshmallow test suite with this API, though. I'm sure I could figure something out.
Still, how does this approach look? This seems easier to integrate, as it removes the "must uninstall Marshmallow" requirement.
@rowillia Any thoughts here?
@rowillia Ping! Does this seem like an interesting avenue to pursue?