public class InternalCoolMapObjectIO
extends java.lang.Object
Constructor and Description |
---|
InternalCoolMapObjectIO() |
Modifier and Type | Method and Description |
---|---|
static VNode |
createNodeFromJSON(org.json.JSONObject object) |
static void |
dumpData(CoolMapObject object,
de.schlichtherle.truezip.file.TFile projectFile) |
static org.json.JSONObject |
nodeToJSON(VNode node)
converts a VNode to JSON.
|
static void |
restoreCoolMapObjectState(CoolMapObject object,
de.schlichtherle.truezip.file.TFile coolMapObjectFolder) |
public static void dumpData(CoolMapObject object, de.schlichtherle.truezip.file.TFile projectFile) throws java.lang.Exception
java.lang.Exception
public static org.json.JSONObject nodeToJSON(VNode node) throws java.lang.Exception
node
- java.lang.Exception
public static void restoreCoolMapObjectState(CoolMapObject object, de.schlichtherle.truezip.file.TFile coolMapObjectFolder) throws java.lang.Exception
java.lang.Exception
public static VNode createNodeFromJSON(org.json.JSONObject object) throws java.lang.Exception
java.lang.Exception