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

org.atmosphere.gwt.server.JSONDeserializer Maven / Gradle / Ivy

There is a newer version: 1.1.0.RC5
Show newest version
package org.atmosphere.gwt.server;

/**
 *
 * @author p.havelaar
 */
public interface JSONDeserializer {
    Object deserialize(String data) throws SerializationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy