Package megamek.common.util
Class SerializationHelper
java.lang.Object
megamek.common.util.SerializationHelper
Class that off-loads serialization related code from Server.java
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.thoughtworks.xstream.XStreamFactory method that produces an XStream object suitable for loading MegaMek save gamesstatic com.thoughtworks.xstream.XStreamFactory method that produces an XStream object suitable for working with MegaMek save games
-
Method Details
-
getSaveGameXStream
public static com.thoughtworks.xstream.XStream getSaveGameXStream()Factory method that produces an XStream object suitable for working with MegaMek save games -
getLoadSaveGameXStream
public static com.thoughtworks.xstream.XStream getLoadSaveGameXStream()Factory method that produces an XStream object suitable for loading MegaMek save games- Returns:
- XStream instance to deserialize into a Game instance
-