Class SessionIDKeySerializer<K extends Key<org.jboss.ejb.client.SessionID>>
- java.lang.Object
-
- org.wildfly.clustering.marshalling.spi.FunctionalSerializer<K,I>
-
- org.wildfly.clustering.ee.cache.KeySerializer<K,org.jboss.ejb.client.SessionID>
-
- 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 KeySerializer<K,org.jboss.ejb.client.SessionID>
- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionIDKeySerializer.InfinispanBeanGroupKeyFormatterstatic classSessionIDKeySerializer.InfinispanBeanMetaDataKeyFormatter
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.marshalling.spi.FunctionalSerializer
read, write
-
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
-
-