Convert the specified encoded data value into the desired data type. @param t the encoded data @return the resulting expected data @throws DecodingException if there is a problem during decoding.
(T t)
| 32 | * @throws DecodingException if there is a problem during decoding. |
| 33 | */ |
| 34 | R decode(T t) throws DecodingException; |
| 35 | } |
no outgoing calls
no test coverage detected