mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
just trying to understand things (comment added)
This commit is contained in:
@@ -174,6 +174,7 @@ public class QuestDataIO {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Xstream subclass that ignores fields that are present in the save but not in the class.
|
* Xstream subclass that ignores fields that are present in the save but not in the class.
|
||||||
|
* This one is intended to skip fields defined in Object class (but are there any fields?)
|
||||||
*/
|
*/
|
||||||
private static class IgnoringXStream extends XStream {
|
private static class IgnoringXStream extends XStream {
|
||||||
List<String> ignoredFields = new ArrayList<String>();
|
List<String> ignoredFields = new ArrayList<String>();
|
||||||
|
|||||||
Reference in New Issue
Block a user