Package com.thecoderscorner.menu.persist
Class JsonMenuItemSerializer
java.lang.Object
com.thecoderscorner.menu.persist.JsonMenuItemSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyTextToItems(String items) com.google.gson.GsongetGson()static intgetJsonIntOrThrow(com.google.gson.JsonObject object, String child) static com.google.gson.JsonObjectgetJsonObjOrThrow(com.google.gson.JsonObject object, String child) static StringgetJsonStrOrThrow(com.google.gson.JsonObject object, String child) itemsToCopyText(MenuItem startingPoint, MenuTree tree) populateListInOrder(SubMenuItem node, MenuTree menuTree)
-
Constructor Details
-
JsonMenuItemSerializer
public JsonMenuItemSerializer() -
JsonMenuItemSerializer
-
-
Method Details
-
getGson
public com.google.gson.Gson getGson() -
copyTextToItems
-
getJsonObjOrThrow
public static com.google.gson.JsonObject getJsonObjOrThrow(com.google.gson.JsonObject object, String child) throws IOException - Throws:
IOException
-
getJsonStrOrThrow
public static String getJsonStrOrThrow(com.google.gson.JsonObject object, String child) throws IOException - Throws:
IOException
-
getJsonIntOrThrow
public static int getJsonIntOrThrow(com.google.gson.JsonObject object, String child) throws IOException - Throws:
IOException
-