Package de.femtopedia.studip.util
Class JsonObjectRegister
java.lang.Object
de.femtopedia.studip.util.JsonObjectRegister
Utility class for registering all JSON Objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit(com.google.gson.GsonBuilder builder) Registers all JSON Objects to the givenGsonBuilder.
-
Method Details
-
init
public static void init(com.google.gson.GsonBuilder builder) Registers all JSON Objects to the givenGsonBuilder.- Parameters:
builder- The builder to register the objects to.
-