Class XSiteState.XSiteStateExternalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<XSiteState>
-
- org.infinispan.xsite.statetransfer.XSiteState.XSiteStateExternalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<XSiteState>,org.infinispan.commons.marshall.Externalizer<XSiteState>
- Enclosing class:
- XSiteState
public static class XSiteState.XSiteStateExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<XSiteState>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSiteStateExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends XSiteState>>getTypeClasses()XSiteStatereadObject(ObjectInput input)voidwriteObject(ObjectOutput output, XSiteState object)
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getIdin interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<XSiteState>- Overrides:
getIdin classorg.infinispan.commons.marshall.AbstractExternalizer<XSiteState>
-
getTypeClasses
public Set<Class<? extends XSiteState>> getTypeClasses()
-
writeObject
public void writeObject(ObjectOutput output, XSiteState object) throws IOException
- Throws:
IOException
-
readObject
public XSiteState readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-