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, getTargetClass
public 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
IOException
public org.jboss.ejb.client.SessionID readObject(ObjectInput input) throws IOException
IOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.