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
- SerializationException
Response deserialize(String data, Class<?> cl) throws SerializationException
String
- SerializationException
Copyright © 2017. All rights reserved.