public interface Serializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(HttpRequest request,
HttpResponse response)
This method should set the response data in the response and the
neccessary modifications in the response headers.
|
void serialize(HttpRequest request, HttpResponse response)
request - The request object of the the current request it is
processingresponse - The response object that will be used to send the response
to the requestHttpRequest,
HttpResponseCopyright © 2017. All rights reserved.