public interface Serializer
Modifier and Type | Interface and Description |
---|---|
static class |
Serializer.NullSerializer
Null Implementation of a Serializer that ALWAYS does nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.lang.Object in,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse resp) |