de-serialization of UUID via deRPC

2010-10-07 Thread Asaf
Hello, I have a servlet which extends RpcService that exposes this method: public java.util.UUID getUUID() { return UUID.randomUUID(); } In client side, invoking this method initiates an object in client side but looses all of its values, Looking at UUID class, it implements

Re: de-serialization of UUID via deRPC

2010-10-07 Thread Peter Ondruska
I do not know why it does not work but you can use one of many UUID generators on the web: http://uuid-service.appspot.com On Oct 6, 10:58 pm, Asaf asaf...@gmail.com wrote: Hello, I have a servlet which extends RpcService that exposes this method: public java.util.UUID getUUID() {   return