cbc.postInvokeCallback(context[i], itsThis, method, returnObj);
}
}
// Marshall the result
SerializerState serializerState = new SerializerState();
Object json = ser.marshall(serializerState, null, returnObj, "r");
result = new JSONRPCResult(JSONRPCResult.CODE_SUCCESS, requestId,
json, serializerState.getFixUps());
// Handle exceptions creating exception results and
// calling error callbacks
}
catch (UnmarshallException e)