method deserializeValue


Object deserializeValue(String value, Object currentValue, Type type)

Convert representation of value based on type and currentValue.

Source

Object deserializeValue(String value, Object currentValue, Type type) =>
    deserialize.deserializeValue(value, currentValue, type);