Package org.wildfly.clustering.ee.cache
Class KeySerializer<K extends Key<I>,I>
java.lang.Object
org.wildfly.clustering.marshalling.spi.FunctionalSerializer<K,I>
org.wildfly.clustering.ee.cache.KeySerializer<K,I>
- All Implemented Interfaces:
Serializer<K>
Serializer for a key that delegates to the serializer of its identifier.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.FunctionalSerializer
read, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.spi.Serializer
size
-
Constructor Details
-
KeySerializer
-