/**
  * @param string $json_
  * @param string $type_
  *
  * @return mixed
  */
 public static function forJson($json_, $type_)
 {
     return Object_Marshaller::forMimetype(Io_Mimetype::APPLICATION_JSON())->unmarshal($json_, $type_);
 }