I’ve been using xstream to serialise objects to/from xml for my client-server communication. However despite what it’s documentation suggests, it doesn’t actually support running in the applet sandbox. >:(
Does anyone know of any alternative libraries that could work instead? Must be able to run in the applet sandbox as well as the google app engine sandbox (which is generally more lax than the applet one).
I guess I could also use regular serialisation? (rather than serialising to xml), I suspect that would cause maintenance and other issues that I’ve not realised yet. Plus I quite like having the transmitted data as human readable for debugging.
