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