onQueryResponse method
Implementation
@override
QueryViewBatchResponse onQueryResponse(List<int> bytes) {
return QueryViewBatchResponse.deserialize(bytes);
}
@override
QueryViewBatchResponse onQueryResponse(List<int> bytes) {
return QueryViewBatchResponse.deserialize(bytes);
}