just trying to understand things (comment added)

This commit is contained in:
Maxmtg
2011-09-19 19:18:05 +00:00
parent 6595515733
commit c08920bceb

View File

@@ -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>();