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

br.com.moip.util.GsonFactory Maven / Gradle / Ivy

There is a newer version: 4.7.6
Show newest version
package br.com.moip.util;

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

public class GsonFactory {

    public static Gson gson() {
        return new GsonBuilder().setDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'").create();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy