public class BatchGetRowResponseUnmarshaller extends Object implements Unmarshaller<BatchGetRowResponse,InputStream>
| Constructor and Description |
|---|
BatchGetRowResponseUnmarshaller(AbstractBceResponse response)
Constructs a batch get row response unmarshaller with response object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRowResponse |
unmarshall(InputStream in)
Unmarshal the result of response from TableStorage.
|
public BatchGetRowResponseUnmarshaller(AbstractBceResponse response)
response - The batch get row response object used to store unmarshalled result.public BatchGetRowResponse unmarshall(InputStream in) throws Exception
unmarshall in interface Unmarshaller<BatchGetRowResponse,InputStream>in - The input stream of content to be unmarshalled.ExceptionCopyright © 2022. All rights reserved.