Class JsonObjectRegister

java.lang.Object
de.femtopedia.studip.util.JsonObjectRegister

public final class JsonObjectRegister extends Object
Utility class for registering all JSON Objects.
  • Method Details

    • init

      public static void init(com.google.gson.GsonBuilder builder)
      Registers all JSON Objects to the given GsonBuilder.
      Parameters:
      builder - The builder to register the objects to.