Given a tuple, produce an array of bytes to be passed to the streaming executable. @param t Tuple to serialize @return Serialized form of the tuple @throws IOException
(Tuple t)
| 64 | * @throws IOException |
| 65 | */ |
| 66 | public abstract WritableByteArray serializeToBytes(Tuple t) throws IOException; |
| 67 | |
| 68 | @Override |
| 69 | @Deprecated |
no outgoing calls