All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.openbox.http.GsonFactory Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package com.googlecode.openbox.http;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;

public final class GsonFactory {

	public static Gson createGson() {
		return new GsonBuilder().setPrettyPrinting().create();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy