com.ibm.tivoli.maximo.miniapps.control

Interface Serializer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  Serializer.NullSerializer
      Null Implementation of a Serializer that ALWAYS does nothing.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void serialize(java.lang.Object in, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse resp) 
    • Method Detail

      • serialize

        void serialize(java.lang.Object in,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse resp)
                throws java.lang.Exception
        Throws:
        java.lang.Exception