}
final byte[] b = result.getValue(this.getFamilyNameAsBytes(), this.getColumnNameAsBytes());
if (b == null) {
throw new NullColumnValueException(this.getFamilyQualifiedName());
}
else {
if (this.isAnArray())
return IO.getSerialization().getArrayFromBytes(this.getFieldType(), this.getComponentType(), b);
else