org.atmosphere.gwt.client
Interface ObjectSerializer
- All Known Subinterfaces:
- JSONObjectSerializer
- All Known Implementing Classes:
- JSONObjectSerializerStub
public interface ObjectSerializer
- Author:
- p.havelaar
deserialize
Object deserialize(String message)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
serialize
String serialize(Object message)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2012. All Rights Reserved.