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