Represents the return value from a {@link org.apache.hadoop.hbase.client.coprocessor.Exec} invocation.This simply wraps the value for easier {@link org.apache.hadoop.hbase.io.HbaseObjectWritable}serialization.
This class is used internally by the HBase client code to properly serialize responses from {@link org.apache.hadoop.hbase.ipc.CoprocessorProtocol}method invocations. It should not be used directly by clients.
@see Exec
@see org.apache.hadoop.hbase.client.HTable#coprocessorExec(Class,byte[],byte[],org.apache.hadoop.hbase.client.coprocessor.Batch.Call)
@see org.apache.hadoop.hbase.client.HTable#coprocessorExec(Class,byte[],byte[],org.apache.hadoop.hbase.client.coprocessor.Batch.Call,org.apache.hadoop.hbase.client.coprocessor.Batch.Callback)