public class HashMapExternalizer<T extends Map<Object,Object>> extends MapExternalizer<T,Void>
| Constructor and Description |
|---|
HashMapExternalizer(Class<?> targetClass,
Supplier<T> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
readContext(ObjectInput input)
Reads the map context from the specified input stream.
|
protected void |
writeContext(ObjectOutput output,
T map)
Writes the context of the specified map to the specified output stream.
|
getTargetClass, readObject, writeObjectprotected void writeContext(ObjectOutput output, T map)
MapExternalizerwriteContext in class MapExternalizer<T extends Map<Object,Object>,Void>output - an output streammap - the target mapprotected Void readContext(ObjectInput input)
MapExternalizerreadContext in class MapExternalizer<T extends Map<Object,Object>,Void>input - an input streamCopyright © 2020 JBoss by Red Hat. All rights reserved.