
com.chain.sequence.common.Utils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sequence-sdk Show documentation
Show all versions of sequence-sdk Show documentation
The Official Java SDK for Chain Core Developer Edition
The newest version!
package com.chain.sequence.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 - 2025 Weber Informatics LLC | Privacy Policy