public boolean isSupportedDeserializer(final String data) {
   return SCHEMA_NAME.equals(ResourceKeyUtils.readSchemaFromString(data));
 }