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

com.github.xxscloud5722.gson.JsonFactory Maven / Gradle / Ivy

The newest version!
package com.github.xxscloud5722.gson;


/**
 * @author Cat.
 */
public final class JsonFactory {
    public static JsonTarget getJsonObject() {
        return new GsonDefaultAdapter();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy