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)
| 54 | * @throws IOException |
| 55 | */ |
| 56 | public byte[] serialize(Tuple t) throws IOException; |
| 57 | |
| 58 | } |
no outgoing calls