T
- The type of an encoded response.public interface ResponseCodec<T>
Response
objects to and from another representation.Modifier and Type | Method and Description |
---|---|
Response |
decode(T encodedResponse)
Decodes a response.
|
T |
encode(Response response)
Encodes a response.
|