public interface ServerSerializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String message)
You need to implement this method in your serializer
|
String |
serialize(Object message)
You need to implement this method in your serializer
|
Object deserialize(String message) throws SerializationException
SerializationExceptionString serialize(Object message) throws SerializationException
SerializationExceptionCopyright © 2017. All Rights Reserved.