Package org.opensearch.client.transport
Interface GenericSerializable
public interface GenericSerializable
The request that takes care of serializing its body (content) into the
OutputStream-
Method Summary
Modifier and TypeMethodDescriptionserialize(OutputStream out) Serializes into theOutputStreamand returns the content type
-
Method Details
-
serialize
Serializes into theOutputStreamand returns the content type- Parameters:
out-OutputStreamto serialize into- Returns:
- content type
-