My EJOE client application (or server) sends or retrieves objects which don't implement Serializable. Does EJOE support serialization of such objects?

Yes, from version 0.3.3 EJOE uses the XStreamAdapter (de.netseeker.adapter. XStreamAdapter) as default (de)serialization mechanism. The XStreamAdapter is based on the great XStream library which is known to (de)serialize nearly everything on the (java) planet.

For prior versions you have to enable the XStreamAdapter in EJServer and EJClient manually: EJServer ejserver = new EJServer(myServerHandler, new XStreamAdapter()) Prior versions use the ObjectStreamAdapter (de.netseeker.adapter. ObjectStreamAdapter) as default SerializeAdapter. The ObjectStreamAdapter uses the default java (De)Serialization mechanism via ObjectInputStream/ObjectOutputStream.

More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions