com.ibm.tivoli.maximo.miniapps.control

Class Serializer.NullSerializer

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.control.Serializer.NullSerializer
  • All Implemented Interfaces:
    Serializer
    Enclosing interface:
    Serializer


    public static class Serializer.NullSerializer
    extends java.lang.Object
    implements Serializer
    Null Implementation of a Serializer that ALWAYS does nothing.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NullSerializer() 
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullSerializer

        public NullSerializer()
    • Method Detail

      • serialize

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