@MetaInfServices(value=org.wildfly.clustering.marshalling.Externalizer.class) 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
readObject in interface org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>IOExceptionpublic Class<org.jboss.as.network.ClientMapping> getTargetClass()
getTargetClass in interface org.wildfly.clustering.marshalling.Externalizer<org.jboss.as.network.ClientMapping>Copyright © 2018 JBoss by Red Hat. All rights reserved.