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