Class SingletonMapExternalizer
java.lang.Object
org.wildfly.clustering.marshalling.spi.util.SingletonMapExternalizer
- All Implemented Interfaces:
Externalizer<Map<Object,Object>>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, Map<Object, 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
-
SingletonMapExternalizer
public SingletonMapExternalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<Map<Object,Object>> - Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<Map<Object,Object>> - Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<Map<Object,Object>>
-