226227228229230231232233234235236
} else if (clazz.isArray()) { if (clazz.getComponentType() == byte.class) { return new ByteArrayEncoder(propertyName); } else if (clazz.getComponentType() == char.class) { return new CharArrayEncoder(propertyName); }