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

com.flipboard.goldengate.JsonSerializer Maven / Gradle / Ivy

package com.flipboard.goldengate;

public interface JsonSerializer {

     String toJson(T stuff);

     T fromJson(String json, Class type);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy