Converts the given value from the type used for archiving to T.
the type to convert the given value to
the value to convert
the converted value
SerializationException if the conversion failed
auto i = fromData!(int)("3"); assert(i == 3);
toData
See Implementation
Converts the given value from the type used for archiving to T.