public class SessionKeyExternalizer<K extends GroupedKey<String>> extends Object implements org.wildfly.clustering.marshalling.Externalizer<K>
| Modifier | Constructor and Description |
|---|---|
protected |
SessionKeyExternalizer(Class<K> targetClass,
Function<String,K> resolver) |
| Modifier and Type | Method and Description |
|---|---|
Class<K> |
getTargetClass() |
K |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
K key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizepublic void writeObject(ObjectOutput output, K key) throws IOException
writeObject in interface org.wildfly.clustering.marshalling.Externalizer<K extends GroupedKey<String>>IOExceptionpublic K readObject(ObjectInput input) throws IOException
readObject in interface org.wildfly.clustering.marshalling.Externalizer<K extends GroupedKey<String>>IOExceptionpublic Class<K> getTargetClass()
getTargetClass in interface org.wildfly.clustering.marshalling.Externalizer<K extends GroupedKey<String>>Copyright © 2020 JBoss by Red Hat. All rights reserved.