Package com.csse3200.game.gamestate.data
Class InventorySave
java.lang.Object
com.csse3200.game.gamestate.data.InventorySave
- All Implemented Interfaces:
com.badlogic.gdx.utils.Json.Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inventoryContent
-
-
Constructor Details
-
InventorySave
public InventorySave()
-
-
Method Details
-
write
public void write(com.badlogic.gdx.utils.Json json) - Specified by:
write
in interfacecom.badlogic.gdx.utils.Json.Serializable
-
read
public void read(com.badlogic.gdx.utils.Json json, com.badlogic.gdx.utils.JsonValue jsonData) - Specified by:
read
in interfacecom.badlogic.gdx.utils.Json.Serializable
-