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.
