public class WrapperPofSerializer
extends ClassLoaderAwareImpl
implements com.tangosol.io.pof.PofSerializer
Purpose: This class is used to provide serialization support for the Entity Wrappers within Coherence when wish to access the Coherence Caches directly. This includes users who have custom Value Extractors. Users who have custom POF serializers will need to create the pof configuration xml for their types. And set the serializer to be the WrapperPofSerializer instead.
Constructor and Description |
---|
WrapperPofSerializer() |
WrapperPofSerializer(java.lang.ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(com.tangosol.io.pof.PofReader pofreader) |
boolean |
isNotEclipseLink() |
void |
serialize(com.tangosol.io.pof.PofWriter pofwriter, java.lang.Object obj) |
void |
setNotEclipseLink(boolean isNotEclipseLink) |
public WrapperPofSerializer()
public WrapperPofSerializer(java.lang.ClassLoader loader)
public java.lang.Object deserialize(com.tangosol.io.pof.PofReader pofreader) throws java.io.IOException
deserialize
in interface com.tangosol.io.pof.PofSerializer
java.io.IOException
public void serialize(com.tangosol.io.pof.PofWriter pofwriter, java.lang.Object obj) throws java.io.IOException
serialize
in interface com.tangosol.io.pof.PofSerializer
java.io.IOException
public boolean isNotEclipseLink()
public void setNotEclipseLink(boolean isNotEclipseLink)
isNotEclipseLink
- the isNotEclipseLink to set