public static final class CodeLoadingChannelFilter.FilterTX extends java.lang.Object implements NetworkMessageFilter.FilterTx
Modifier and Type | Field and Description |
---|---|
private ObjectNetworkMessageFilter.FilterTX |
internalFilter |
Constructor and Description |
---|
FilterTX() |
Modifier and Type | Method and Description |
---|---|
byte[] |
filterTX(java.lang.Object obj)
Encodes an object into an array of bytes for sending
|
private final ObjectNetworkMessageFilter.FilterTX internalFilter
public byte[] filterTX(java.lang.Object obj) throws java.io.IOException
NetworkMessageFilter.FilterTx
filterTX
in interface NetworkMessageFilter.FilterTx
obj
- The object to convert into bytesjava.io.IOException
- Thrown if something goes wrong during the encoding