public interface Serializer
<T> T deserialize(String content, Class<T> aClass) throws SerializationException
T - The generic type of desired classcontent - serialized content string coming from the DD4T providersaClass - concrete type of desired deserialized classSerializationExceptionString serialize(Object item) throws SerializationException
item - the Object to SerializeSerializationExceptionCopyright © 2017. All rights reserved.