public class LinkedHashMapExternalizer extends MapExternalizer<LinkedHashMap<Object,Object>,Boolean>
| Constructor and Description |
|---|
LinkedHashMapExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
readContext(ObjectInput input)
Reads the map context from the specified input stream.
|
protected void |
writeContext(ObjectOutput output,
LinkedHashMap<Object,Object> map)
Writes the context of the specified map to the specified output stream.
|
getTargetClass, readObject, writeObjectprotected void writeContext(ObjectOutput output, LinkedHashMap<Object,Object> map) throws IOException
MapExternalizerwriteContext in class MapExternalizer<LinkedHashMap<Object,Object>,Boolean>output - an output streammap - the target mapIOException - if the constructor context cannot be written to the streamprotected Boolean readContext(ObjectInput input) throws IOException
MapExternalizerreadContext in class MapExternalizer<LinkedHashMap<Object,Object>,Boolean>input - an input streamIOException - if the constructor context cannot be read from the streamCopyright © 2020 JBoss by Red Hat. All rights reserved.