public static final class CodeLoadingChannelFilter.FilterTX extends Object implements NetworkMessageFilter.FilterTx
Constructor and Description |
---|
FilterTX() |
Modifier and Type | Method and Description |
---|---|
byte[] |
filterTX(Object obj)
Encodes an object into an array of bytes for sending
|
public byte[] filterTX(Object obj) throws IOException
NetworkMessageFilter.FilterTx
filterTX
in interface NetworkMessageFilter.FilterTx
obj
- The object to convert into bytesIOException
- Thrown if something goes wrong during the encodingCopyright © 1996–2015. All rights reserved.