Class MapSessionPofSerializer

  • All Implemented Interfaces:
    com.tangosol.io.pof.PofSerializer

    public class MapSessionPofSerializer
    extends java.lang.Object
    implements com.tangosol.io.pof.PofSerializer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object deserialize​(com.tangosol.io.pof.PofReader pofReader)  
      void serialize​(com.tangosol.io.pof.PofWriter pofWriter, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • MapSessionPofSerializer

        public MapSessionPofSerializer()
    • Method Detail

      • serialize

        public void serialize​(com.tangosol.io.pof.PofWriter pofWriter,
                              java.lang.Object value)
                       throws java.io.IOException
        Specified by:
        serialize in interface com.tangosol.io.pof.PofSerializer
        Throws:
        java.io.IOException
      • deserialize

        public java.lang.Object deserialize​(com.tangosol.io.pof.PofReader pofReader)
                                     throws java.io.IOException
        Specified by:
        deserialize in interface com.tangosol.io.pof.PofSerializer
        Throws:
        java.io.IOException