ResponseType - The type of the response to deserialize into.@FunctionalInterface public interface Deserializer<ResponseType>
| Modifier and Type | Method and Description |
|---|---|
ResponseType |
apply(String responseData)
Apply the deserialization function and returns the ResponseType response.
|
ResponseType apply(String responseData) throws IOException
responseData - The function for deserialization.IOException - Exception to be thrown while applying the function.Copyright © 2025. All rights reserved.