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 Object
deserialize(com.tangosol.io.pof.PofReader pofReader)
void
serialize(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:
serialize
in interfacecom.tangosol.io.pof.PofSerializer
- Throws:
IOException
-
deserialize
public Object deserialize(com.tangosol.io.pof.PofReader pofReader) throws IOException
- Specified by:
deserialize
in interfacecom.tangosol.io.pof.PofSerializer
- Throws:
IOException
-
-