org.atmosphere.gwt.server.JSONSerializer Maven / Gradle / Ivy
package org.atmosphere.gwt.server;
/**
*
* @author p.havelaar
*/
public interface JSONSerializer {
String serialize(Object data) throws SerializationException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy