Class EnumMapExternalizer<E extends Enum<E>>
java.lang.Object
org.wildfly.clustering.marshalling.spi.util.EnumMapExternalizer<E>
- All Implemented Interfaces:
Externalizer<EnumMap<E,Object>>
public class EnumMapExternalizer<E extends Enum<E>>
extends Object
implements Externalizer<EnumMap<E,Object>>
Externalizer for an
EnumMap.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, EnumMap<E, Object> map) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.Externalizer
size
-
Constructor Details
-
EnumMapExternalizer
public EnumMapExternalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<E extends Enum<E>>- Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<E extends Enum<E>>- Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<E extends Enum<E>>
-