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
Was wondering if we could export the default
_marshal
and_unmarshal
methods. I wanted to implement a customMarshal
andUnmarshal
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