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

org.atmosphere.gwt.client.ObjectSerializer Maven / Gradle / Ivy

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

import com.google.gwt.user.client.rpc.SerializationException;

/**
 *
 * @author p.havelaar
 */
public interface ObjectSerializer {
    Object deserialize(String message) throws SerializationException;
    String serialize(Object message) throws SerializationException;    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy