T - public interface Deserializer
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
deserialize(Object source,
Class<T> type)
Deserializes the payload given to it back to an object of type T.
|
<T extends Serializable> T deserialize(Object source, Class<T> type) throws SerializationExeption
source - sourcetype - The type or the return value which is expected.SerializationExeption2SerializationExeptionCopyright © 2012. All Rights Reserved.