Interface Encoder
public interface Encoder
Allows to convert an object to a byte array to be sent accross the network.
-
Method Summary
-
Method Details
-
encode
- Parameters:
value
- the payload instance.- Returns:
- the raw representation to be sent to the server.
-