public interface ResponseParser<T>
| 限定符和类型 | 方法和说明 | 
|---|---|
T | 
parse(ResponseMessage response)
Converts the result from stream to a java object. 
 | 
T parse(ResponseMessage response) throws ResponseParseException
resultStream - The stream of the result.ResponseParseException - Failed to parse the result.Copyright © 2019. All Rights Reserved.