Package org.atmosphere.cpr
Interface Serializer
-
public interface SerializerSerialize theObjectthat was used as parameter toBroadcaster.broadcast(java.lang.Object). IMPORTANT: This class isn't supported by the Atmosphere-Jersey extension.- Author:
- Paul Sandoz, Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.io.OutputStream os, java.lang.Object o)Serialize theObjectusing theOutputStream.
-