public static interface NetworkMessageFilter.FilterTx
| Modifier and Type | Method and Description |
|---|---|
byte[] |
filterTX(java.lang.Object obj)
Encodes an object into an array of bytes for sending
|
byte[] filterTX(java.lang.Object obj)
throws java.io.IOException
obj - The object to convert into bytesjava.io.IOException - Thrown if something goes wrong during the encodingCopyright © 1996–2019. All rights reserved.