public abstract class AbstractCodec<T>
extends java.lang.Object
implements org.springframework.core.serializer.Serializer<T>, org.springframework.core.serializer.Deserializer<T>
Constructor and Description |
---|
AbstractCodec() |
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] bytes)
Deserialize a byte array.
|
public T deserialize(byte[] bytes) throws java.io.IOException
bytes
- java.io.IOException