cache
cache copied to clipboard
[feature-request] Exporting default Marshal/Unmarshal methods
Was wondering if we could export the default _marshal and _unmarshal methods. I wanted to implement a custom Marshal and Unmarshal method for specific types, but fall back on the default method for everything else.
Happy to submit a PR to help implement. Appreciate the great work on this & the core library
DefaultMarshal/DefaultUnmarshal? :)
I will accept the PR, but my recommendation is to fork the lib into your project and do the changes you need there. That is what I do.