T - the enumeration of types known to a particular protocol@Experimental
public interface SerializationService<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
decode(T encodedValue) |
T |
encode(java.lang.Object value) |
java.lang.Object decode(T encodedValue) throws EncodingException
EncodingExceptionT encode(java.lang.Object value) throws EncodingException
EncodingException