Module deserialize

Module deserialize 

Source
Expand description

Deserializing implementation to support returned response back from APIs

Functions§

de_constructor_arguments_string_to_vec_string
Deserializing function specifically for constructor’s arguments from ‘String’ to Vec<String>.
de_string_to_U256
Deserializing function from String to primitive_types::U256.
de_string_to_bool
Deserializing function from String to bool.
de_string_to_numeric
Deserializing function from String to numeric which can be any integer type..