← Back to team overview

mugle-dev team mailing list archive

[Bug 730086] Re: Add Serializable classes of model to be passed by GWT RPC

 

I've already started implementing these classes as part of the datastore wrapper.
This includes Services too. However, it may take a couple of days to get everything completely implemented and I'd commit all of it as soon as I'm done.

** Changed in: mugle
     Assignee: (unassigned) => Prageeth Silva (prageethsilva)

-- 
You received this bug notification because you are a member of MUGLE
Developers, which is subscribed to MUGLE.
https://bugs.launchpad.net/bugs/730086

Title:
  Add Serializable classes of model to be passed by GWT RPC

Status in Melbourne University Game-based Learning Environment:
  New

Bug description:
  Write serializable versions of each of the model classes to be passed
  over by GWT RPC so they can be accessed by the client side of the
  platform;  Should only have getters (and setters ?), and should only
  contain information the client side should be able to see (so there'll
  need to be 2 versions of some of the model classes according to the
  public/private nature denoted in the Platform View)



References