Caused by: `public String getString(@Nonnull String key) {` ``` if (!Message.isSupportedType(obj)) { throw new IOException("incompatible type ["+obj.getClass().getSimpleName()+"] cannot be converted to String"); } ```