IN
- public interface Serializer<IN>
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(IN in,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse resp) |
void serialize(IN in, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resp) throws java.lang.Exception
java.lang.Exception