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