public interface IEntitySerializer
| Modifier and Type | Method and Description |
|---|---|
Response |
deserialize(String data,
Class<?> cl)
method to deserialize the given data using the corresponding implementation algorithm
|
<T> String |
serialize(T o)
Method to serialize the given object using the corresponding implementation algorithm
|
<T> String serialize(T o) throws SerializationException
o - SerializationExceptionResponse deserialize(String data, Class<?> cl) throws SerializationException
String - SerializationExceptionCopyright © 2017. All rights reserved.