pub fn deserialize_custom_from_json(
type_name: &str,
value: &Value,
) -> Result<Option<Data>, Error>Expand description
Looks up and runs the JSON deserializer for the given type name.
Returns None if the type is not registered.
ยงErrors
Returns an error if the deserializer fails.