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