Package org.opensearch.client.transport
Interface GenericSerializable
-
public interface GenericSerializableThe request that takes care of serializing its body (content) into theOutputStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringserialize(java.io.OutputStream out)Serializes into theOutputStreamand returns the content type
-