public class ClientMappingExternalizer extends Object implements org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>
| Constructor and Description |
|---|
ClientMappingExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.jboss.as.network.ClientMapping> |
getTargetClass() |
org.jboss.as.network.ClientMapping |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
org.jboss.as.network.ClientMapping mapping) |
public void writeObject(ObjectOutput output, org.jboss.as.network.ClientMapping mapping) throws IOException
writeObject in interface org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>IOExceptionpublic org.jboss.as.network.ClientMapping readObject(ObjectInput input) throws IOException, ClassNotFoundException
readObject in interface org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>IOExceptionClassNotFoundExceptionpublic Class<org.jboss.as.network.ClientMapping> getTargetClass()
getTargetClass in interface org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>Copyright © 2021 JBoss by Red Hat. All rights reserved.