Package org.infinispan.marshall.exts
Class EnumSetExternalizer
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractExternalizer<Set>
-
- org.infinispan.marshall.exts.EnumSetExternalizer
-
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.AdvancedExternalizer<Set>,org.infinispan.commons.marshall.Externalizer<Set>
@Immutable public class EnumSetExternalizer extends org.infinispan.commons.marshall.AbstractExternalizer<Set>
EnumSetexternalizer.- Since:
- 6.0
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnumSetExternalizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetId()Set<Class<? extends Set>>getTypeClasses()SetreadObject(ObjectInput input)voidwriteObject(ObjectOutput output, Set set)
-
-
-
Method Detail
-
writeObject
public void writeObject(ObjectOutput output, Set set) throws IOException
- Throws:
IOException
-
readObject
public Set readObject(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getId
public Integer getId()
-
-