Convert the specified data into another formatted data value. @param t the data to convert @return the resulting formatted data value @throws EncodingException if there is a problem during encoding
(T t)
| 32 | * @throws EncodingException if there is a problem during encoding |
| 33 | */ |
| 34 | R encode(T t) throws EncodingException; |
| 35 | } |
no outgoing calls
no test coverage detected