Class GsonConfig

java.lang.Object
me.hsgamer.hscore.config.gson.GsonConfig
All Implemented Interfaces:
Config

public class GsonConfig extends Object implements Config
The Config implementation for Gson
  • Constructor Details

    • GsonConfig

      public GsonConfig(File file, com.google.gson.Gson gson)
      Create a new config
      Parameters:
      file - the file
      gson - the Gson instance
    • GsonConfig

      public GsonConfig(File file)
      Create a new config
      Parameters:
      file - the file
  • Method Details