public class SessionIDExternalizer extends AbstractSimpleExternalizer<org.jboss.ejb.client.SessionID>
| Constructor and Description |
|---|
SessionIDExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends org.jboss.ejb.client.SessionID>> |
getTypeClasses() |
org.jboss.ejb.client.SessionID |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
org.jboss.ejb.client.SessionID id) |
getId, getTargetClasspublic Set<Class<? extends org.jboss.ejb.client.SessionID>> getTypeClasses()
getTypeClasses in interface org.infinispan.commons.marshall.AdvancedExternalizer<org.jboss.ejb.client.SessionID>getTypeClasses in class AbstractSimpleExternalizer<org.jboss.ejb.client.SessionID>public void writeObject(ObjectOutput output, org.jboss.ejb.client.SessionID id) throws IOException
IOExceptionpublic org.jboss.ejb.client.SessionID readObject(ObjectInput input) throws IOException
IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.