@InternalExtensionOnly
public interface HttpResponseParser<MessageFormatT>
| Modifier and Type | Method and Description |
|---|---|
MessageFormatT |
parse(InputStream httpContent) |
String |
serialize(MessageFormatT response) |
MessageFormatT parse(InputStream httpContent)
@InternalApi String serialize(MessageFormatT response)