![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.4.6 |
|
Assignee:
|
Jörg Schaible
|
|
Components:
|
Core |
|
Created:
|
14/Jan/14 3:57 AM
|
|
Description:
|
Ex :
public abstract class A
{
private int id;
}
public class B extends A
{
...
}
If I omit id in serialization of class B like this :
xStream.omitField(B.class, "id");
It doesn't work, XStream still serializes "id".
|
|
Project:
|
XStream
|
|
Priority:
|
Minor
|
|
Reporter:
|
CHU Toan
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email