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