Interface GenericSerializable


  • public interface GenericSerializable
    The request that takes care of serializing its body (content) into the OutputStream
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String serialize​(java.io.OutputStream out)
      Serializes into the OutputStream and returns the content type
    • Method Detail

      • serialize

        java.lang.String serialize​(java.io.OutputStream out)
        Serializes into the OutputStream and returns the content type
        Parameters:
        out - OutputStream to serialize into
        Returns:
        content type