java.lang.Object
org.wildfly.clustering.marshalling.spi.util.MapExternalizer<T,C,C>
org.wildfly.clustering.marshalling.spi.util.ContextualMapExternalizer<T,C>
- All Implemented Interfaces:
Externalizer<T>
- Direct Known Subclasses:
SortedMapExternalizer
public class ContextualMapExternalizer<T extends Map<Object,Object>,C>
extends MapExternalizer<T,C,C>
Externalizer for implementations of
Map constructed with some context.- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.util.MapExternalizer
getTargetClass, readObject, size, writeObject
-
Constructor Details
-
ContextualMapExternalizer
-