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