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