instance « serialize « Java I/O Q&A





1. Java serialization and instance sharing using remote services    stackoverflow.com

I'm currently thinking about some design details of remoting / serialization between a Java Swing WebStart Application (Fat Client) and some remote services running on Tomcat. I want to use a ...

2. How to guarantee Java instance control (without enum) in world of serialization?    stackoverflow.com

In a world before Java 1.5 (so no enum) and with my object being serialized, how can I enforce proper instance control? I'm talking about a class like this, where, ...

3. how classify a new instance using serialized classifier in java application    stackoverflow.com

I want to classify a new instance using serialized classifier. I found this class but I don't understand it. arg[2] = class attribute name and arg[3] = 1-based index of an ...

4. Serializing Connection instance    coderanch.com