java.lang.Object
org.wildfly.clustering.marshalling.spi.util.MapEntryExternalizer<T>
- All Implemented Interfaces:
Externalizer<T>
public class MapEntryExternalizer<T extends Map.Entry<Object,Object>>
extends Object
implements Externalizer<T>
Externalizer for
Map.Entry types- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionMapEntryExternalizer(Class<?> targetClass, BiFunction<Object, Object, T> factory) -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, T entry) 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
-
MapEntryExternalizer
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceExternalizer<T extends Map.Entry<Object,Object>> - Throws:
IOException
-
readObject
- Specified by:
readObjectin interfaceExternalizer<T extends Map.Entry<Object,Object>> - Throws:
IOExceptionClassNotFoundException
-
getTargetClass
- Specified by:
getTargetClassin interfaceExternalizer<T extends Map.Entry<Object,Object>>
-