Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.4.4
-
Fix Version/s: None
-
Component/s: Annotations
-
Labels:None
Description
XStream autoamtically skips transient fields. Where I use both Java serialization and XStream, I want to be able to mark certain fields such that Java serialization ignores it but XStream won't.
This patch adds an annotation to do this.
The patch. My apologies for the lack of class comment in the annotation.