Class SessionIDKeySerializer<K extends Key<org.jboss.ejb.client.SessionID>>
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.bean.SessionIDKeySerializer<K>
-
- Type Parameters:
K- the key type
- All Implemented Interfaces:
Serializer<K>
public class SessionIDKeySerializer<K extends Key<org.jboss.ejb.client.SessionID>> extends Object implements Serializer<K>
- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionIDKeySerializer.InfinispanBeanAccessMetaDataKeyFormatterstatic classSessionIDKeySerializer.InfinispanBeanCreationMetaDataKeyFormatterstatic classSessionIDKeySerializer.InfinispanBeanGroupKeyFormatter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Kread(DataInput input)voidwrite(DataOutput output, K key)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.spi.Serializer
size
-
-
-
-
Method Detail
-
write
public void write(DataOutput output, K key) throws IOException
- Specified by:
writein interfaceSerializer<K extends Key<org.jboss.ejb.client.SessionID>>- Throws:
IOException
-
read
public K read(DataInput input) throws IOException
- Specified by:
readin interfaceSerializer<K extends Key<org.jboss.ejb.client.SessionID>>- Throws:
IOException
-
-