← Back to team overview

mugle-dev team mailing list archive

Re: Proposal for Key/Value API changes

 

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).

Follow ups

References