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 Integer
getId()
Set<Class<? extends ScopedState>>
getTypeClasses()
ScopedState
readObject(ObjectInput input)
void
writeObject(ObjectOutput output, ScopedState object)
-
-
-
Method Detail
-
getId
public Integer getId()
- Specified by:
getId
in interfaceorg.infinispan.commons.marshall.AdvancedExternalizer<ScopedState>
- Overrides:
getId
in 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:
IOException
ClassNotFoundException
-
-