BaristaLabs/BaristaCore

Allow explicit conversion via IConvertible and also supply Converter<TJsValFrom, object>

Oceanswave opened this issue · 1 comments

Within the BaristaConversionStrategy, allow classes to specify an explicit conversion To/From JsValue objects by using the IConvertible interface.

Also let custom Converter<TFrom, TTo> classes be specified.

We might already have this as part of the use of Converter