Deserializing objects sent from a client program to a server program

Yes, your sketch works but because it is serializing and deserializing whithin the same scketch and thus class
But what I’m having problems with is having 2 programs talking to each other (deserializing the data recived), the rest is good
But when I try to deserialize java complains because the classes are different even tough they share the same source code

I tried using .java files to make processing make the class without the .pde so it would give me ImagenSerializable and not NCliente$ImagenSerializable but I can’t get it to work

Sorry if I didn’t explain my problem properly
Thank you for your help

1 Like