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

org.atmosphere.gwt.server.spi.JSONSerializerProvider Maven / Gradle / Ivy

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

import org.atmosphere.gwt.server.JSONDeserializer;
import org.atmosphere.gwt.server.JSONSerializer;

/**
 *
 * @author p.havelaar
 */
public interface JSONSerializerProvider {
    
    JSONSerializer getSerializer();
    JSONDeserializer getDeserializer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy