The object included in object that cached implements Serializable and all object included in that objects do that too. (included == fields)
-----Original Message----- From: Oezcan Acar [mailto:[EMAIL PROTECTED] All object must implement Serializable and not of type transient. -------- Original-Nachricht -------- Datum: Thu, 19 Jul 2007 14:41:47 +0400 Von: "Alexander Shvedov" <[EMAIL PROTECTED]> An: [email protected] Betreff: Deserialization on Java Client > Hello! > > The serialization problem is solved now. I have object A which contains > object B as private field. Then store object A in cache. During > deserialization I can get object A without problems, but when I get > objectA().getB() it returns null. Does anybody have any suggestions? > > > > Thanks, Alex. > -- Mit freundlichen Grüßen ___________________________ Özcan Acar, Dipl. Inf(FH) Vorstand Smart Web Business AG Im Niederfeld 8 65462 Gustavsburg +49 171 57 33 66 5 [EMAIL PROTECTED]
