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>
EnumSet
externalizer.- 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 Integer
getId()
Set<Class<? extends Set>>
getTypeClasses()
Set
readObject(ObjectInput input)
void
writeObject(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:
IOException
ClassNotFoundException
-
getId
public Integer getId()
-
-