@MetaInfServices(value=org.wildfly.clustering.marshalling.Externalizer.class) public class SessionCreationMetaDataKeyExternalizer extends Object implements org.wildfly.clustering.marshalling.Externalizer<SessionCreationMetaDataKey>
Constructor and Description |
---|
SessionCreationMetaDataKeyExternalizer() |
Modifier and Type | Method and Description |
---|---|
Class<SessionCreationMetaDataKey> |
getTargetClass() |
SessionCreationMetaDataKey |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
SessionCreationMetaDataKey key) |
public SessionCreationMetaDataKeyExternalizer()
public void writeObject(ObjectOutput output, SessionCreationMetaDataKey key) throws IOException
writeObject
in interface org.wildfly.clustering.marshalling.Externalizer<SessionCreationMetaDataKey>
IOException
public SessionCreationMetaDataKey readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject
in interface org.wildfly.clustering.marshalling.Externalizer<SessionCreationMetaDataKey>
IOException
ClassNotFoundException
public Class<SessionCreationMetaDataKey> getTargetClass()
getTargetClass
in interface org.wildfly.clustering.marshalling.Externalizer<SessionCreationMetaDataKey>
Copyright © 2017 JBoss by Red Hat. All rights reserved.