public interface Serializer
Object that was used as parameter to Broadcaster.broadcast(java.lang.Object).
IMPORTANT: This class isn't supported by the Atmosphere-Jersey extension.| Modifier and Type | Method and Description |
|---|---|
void |
write(OutputStream os,
Object o)
Serialize the
Object using the OutputStream. |
void write(OutputStream os, Object o) throws IOException
Object using the OutputStream.os - The OutputStream to use when writingo - The broacasted objectIOExceptionCopyright © 2016. All rights reserved.