com.nu.art.http.JsonSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-module Show documentation
Show all versions of http-module Show documentation
A collection of core tools I use
package com.nu.art.http;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.nu.art.core.interfaces.Serializer;
import java.lang.reflect.Type;
public class JsonSerializer
implements Serializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy