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, readObject
public void writeObject(ObjectOutput output, SessionAttributeKey key) throws IOException
Externalizer
writeObject
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 © 2017 JBoss by Red Hat. All rights reserved.