Class AuthenticationPofSerializer

java.lang.Object
com.oracle.coherence.spring.session.serialization.pof.AuthenticationPofSerializer
All Implemented Interfaces:
com.tangosol.io.pof.PofSerializer

public class AuthenticationPofSerializer extends Object implements com.tangosol.io.pof.PofSerializer
  • Constructor Details

    • AuthenticationPofSerializer

      public AuthenticationPofSerializer()
  • Method Details

    • serialize

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

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