Title: Message Title
Peter Plosz commented on an issue
XStream / Bug XSTR-762
private readResolve() called on superclass
This behavior is not consistent with java serialization, java serialization only calls readResolve() on superclass if visibility of this method is public or protected.

See: ObjectStreamClass.getInheritableMethod

As a result of this serialized classes may be replaced by superclass instances on deserialization.

Workaround: Implement readresolve() ...

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to