Interface Marshaller<InputT>
- Type Parameters:
InputT- Type to marshall.
- All Known Implementing Classes:
AbstractStreamingRequestMarshaller,AsyncStreamingRequestMarshaller,StreamingRequestMarshaller
Interface to marshall a POJO into a
SdkHttpFullRequest.-
Method Summary
-
Method Details
-
marshall
Marshalls the given POJO into aSdkHttpFullRequest.- Parameters:
in- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-