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