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
Stringtoprimitive_types::U256. - de_
string_ to_ bool - Deserializing function from
Stringtobool. - de_
string_ to_ numeric - Deserializing function from
Stringto numeric which can be any integer type..