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 java.lang.Object implements com.tangosol.io.pof.PofSerializer 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticationPofSerializer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectdeserialize(com.tangosol.io.pof.PofReader pofReader)voidserialize(com.tangosol.io.pof.PofWriter pofWriter, java.lang.Object value) 
 - 
 
- 
- 
Method Detail
- 
serialize
public void serialize(com.tangosol.io.pof.PofWriter pofWriter, java.lang.Object value) throws java.io.IOException- Specified by:
 serializein interfacecom.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:
 deserializein interfacecom.tangosol.io.pof.PofSerializer- Throws:
 java.io.IOException
 
 - 
 
 -