Class GsonArrayFormat

java.lang.Object
dev.siroshun.configapi.format.gson.GsonArrayFormat
All Implemented Interfaces:
FileFormat<ListNode>

public final class GsonArrayFormat extends Object
A FileFormat implementation that loading/saving ListNode from/to json files using Gson.

Supported Nodes:

  • Field Details

  • Constructor Details

    • GsonArrayFormat

      public GsonArrayFormat(@NotNull @NotNull com.google.gson.GsonBuilder gsonBuilder)
      Creates a new GsonFormat from the GsonBuilder.
      Parameters:
      gsonBuilder - the GsonBuilder
  • Method Details