public class SessionAttributeKeyExternalizer extends SessionKeyExternalizer<SessionAttributeKey>
SessionAttributeKey.SessionKeyExternalizer.KeyFactory<K extends Key<String>>| Constructor and Description |
|---|
SessionAttributeKeyExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeObject(ObjectOutput output,
SessionAttributeKey key)
Writes the object reference to the stream.
|
getTargetClass, readObjectpublic void writeObject(ObjectOutput output, SessionAttributeKey key) throws IOException
ExternalizerwriteObject in interface Externalizer<SessionAttributeKey>writeObject in class SessionKeyExternalizer<SessionAttributeKey>output - the object output to write tokey - the object reference to writeIOException - if an I/O error occursCopyright © 2023 JBoss by Red Hat. All rights reserved.