Closed maraf closed 5 years ago
When converter to the JToken is not found, try conversion to the ICompositeStorage. The challenge is how to pass current storage to the converter.
JToken
ICompositeStorage
May the idea of using converters to not right here. Maybe we need to use register of "mappers" (aka converters with different interface).
Closing as module as abandoned.
When converter to the
JToken
is not found, try conversion to theICompositeStorage
. The challenge is how to pass current storage to the converter.