[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The provided content details the `ApiMessageHttpResponseParser` class, a utility for parsing `ApiMessage`s from HTTP responses in Java, as part of version 2.7.1 of the library."],["It lists numerous prior versions of the library, ranging from 2.63.1 (latest) down to version 2.7.1, all linked to documentation pages for the `ApiMessageHttpResponseParser` class."],["The class implements the `HttpResponseParser` interface and provides methods for parsing and serializing HTTP body content into `ResponseT` objects, as well as obtaining a builder to construct the class."],["The `ApiMessageHttpResponseParser` class inherits members from `java.lang.Object`, including methods like `equals()`, `hashCode()`, and `toString()`."],["The class includes methods like `newBuilder()`, `getResponseInstance()`, `getResponseMarshaller()`, `parse(InputStream httpResponseBody)`, `parse(InputStream httpResponseBody, TypeRegistry registry)`, and `serialize(ResponseT response)` to manage the parsing and serialization of responses."]]],[]]