cache icon indicating copy to clipboard operation
cache copied to clipboard

[feature-request] Exporting default Marshal/Unmarshal methods

Open dhh93 opened this issue 4 years ago • 1 comments

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

dhh93 avatar May 27 '21 16:05 dhh93

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.

vmihailenco avatar May 28 '21 13:05 vmihailenco