public interface ClientSerializer
| 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
|
Copyright © 2017. All Rights Reserved.