org.atmosphere.cpr
Interface Serializer
public interface Serializer
Serialize the Object the result of invoking Broadcaster.broadcast(java.lang.Object).
IMPORTANT: This class isn't supported by the link Atmosphere-Jersey extension.
- Author:
- Paul Sandoz, Jeanfrancois Arcand
write
void write(OutputStream os,
Object o)
throws IOException
- Serialize the
Object using the OutputStream
- Parameters:
os - The OutputStream to use when writing.o - The broacasted object.
- Throws:
IOException
Copyright © 2012. All Rights Reserved.