public class MapEntryExternalizer<T extends Map.Entry<Object,Object>> extends Object implements Externalizer<T>
Map.Entry types| Constructor and Description |
|---|
MapEntryExternalizer(Class<?> targetClass,
BiFunction<Object,Object,T> factory) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getTargetClass() |
T |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
T entry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizepublic MapEntryExternalizer(Class<?> targetClass, BiFunction<Object,Object,T> factory)
public void writeObject(ObjectOutput output, T entry) throws IOException
writeObject in interface Externalizer<T extends Map.Entry<Object,Object>>IOExceptionpublic T readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface Externalizer<T extends Map.Entry<Object,Object>>IOExceptionClassNotFoundExceptionpublic Class<T> getTargetClass()
getTargetClass in interface Externalizer<T extends Map.Entry<Object,Object>>Copyright © 2023 JBoss by Red Hat. All rights reserved.