Package org.alfresco.util.json
Interface JsonSerializer<T,S>
-
- All Known Implementing Classes:
AbstractJsonSerializerBean,DefaultJsonSerializer,ExceptionJsonSerializer
public interface JsonSerializer<T,S>An interface for converting objects of a specified type (T) into a serialized Json format (of type S).- Author:
- Nick Smith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(S object)Sserialize(T object)
-