Hi folks, I encountered a problem when writing serialization test for SerialJavaObject class. There're two fields are required by serialized form: Object obj, and Vector chain. But there's no public method is available to get chain variable. The question comes: How can I verify deserilized object, by reflection? How do we handle such problem in other modules? Any suggestions?
Thanks in adavance! -- Best regards, Andrew Zhang
