Note: I tried to explicitly use java.io.Serializable on the client, but got errors in both the dev mode and compiler that key classes did not exist (such as ObjectOutputStream). I suppose it is pretty hard to write this code for JavaScript (well, to be precise, serialization is easy, but deserialization is extremely difficult, since you need to be very reflective and construct objects of arbitrary classes out of nothing).
-- Mailing list: https://launchpad.net/~mugle-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

