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
|
Response |
deserializeEntitlements(String decompressedData,
Class<EntitlementsResponse> cl) |
<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 - SerializationExceptionResponse deserializeEntitlements(String decompressedData, Class<EntitlementsResponse> cl) throws SerializationException
SerializationExceptionCopyright © 2023. All Rights Reserved.