Package io.servicetalk.http.api
Interface HttpSerializerDeserializer<T>
- Type Parameters:
T- The type of objects to serialize/deserialize.
- All Superinterfaces:
HttpDeserializer2<T>,HttpSerializer2<T>
Both a
HttpSerializer2 and HttpDeserializer2.-
Method Summary
Methods inherited from interface io.servicetalk.http.api.HttpDeserializer2
deserializeMethods inherited from interface io.servicetalk.http.api.HttpSerializer2
serialize