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

com.seq.common.Utils Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package com.seq.common;

import com.google.gson.*;

public class Utils {
  public static String rfc3339DateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX";
  public static final Gson serializer = new GsonBuilder().setDateFormat(rfc3339DateFormat).create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy