Class JsonFileLoader

java.lang.Object
mgui.io.FileLoader
mgui.io.standard.json.JsonFileLoader
All Implemented Interfaces:
InterfaceIO, IconObject

public class JsonFileLoader
extends FileLoader
Loads a Json format file.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Details

    • JsonFileLoader

      public JsonFileLoader()
  • Method Details

    • load

      public boolean load​(InterfaceIOOptions options, ProgressUpdater progress_bar)
      Description copied from class: FileLoader
      Loads data from the set of files or URLs specified by options. Loading is controlled by the specifications of options. If loaded object is of type PersistentObject, this method should also set the file loader and reference URL for the object.

      This method should also set the URL reference and writer and loader attributes to match this one and its complement.

      Specified by:
      load in class FileLoader
      progress_bar - An optional progress updater. Can be null.
      Returns:
    • loadObject

      public com.google.gson.JsonObject loadObject​(InterfaceIOOptions options, ProgressUpdater progress_bar) throws java.io.IOException
      Throws:
      java.io.IOException