Closed lindlof closed 2 years ago
Just jumping into 👍🏻 the need for this, I've thrown together a quick branch here that I'm happy to contribute back!
Thanks for putting together a quick branch @errorhandler! Can you please create a pull request for this? It would be easier for us to review it over there.
I'm going to close this now that #185 has been merged. Thanks to @errorhandler for implementing this!
The
Marshaler
interface is provided for marshaling custom types to ion. However, no interface is provided for unmarshaling from ion. Is there some technical reason to not provide this?It would be immensely helpful for building types which are interoperable with both ion and json. Specifically, we're looking to have decimal and timestamp types which are interoperable with both ion and json.