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