I read the other threads about serialization and it seems not to work with own objects, right?
Are there any changes in "Cupcake" now?
I need to serialize own (but simple) objects to send them over network.
What shoudl I do? Should I take my objects apart on the server side, serialize their properties (Strings, Ints etc. ...) and rebuild them again on the client side?
I hope someone can help me with that.
Greetz!
Ramon


