Class CopyOnWriteCollectionExternalizer<T extends Collection<Object>>

java.lang.Object
org.wildfly.clustering.marshalling.spi.util.CopyOnWriteCollectionExternalizer<T>
All Implemented Interfaces:
Externalizer<T>

public class CopyOnWriteCollectionExternalizer<T extends Collection<Object>> extends Object implements Externalizer<T>
Externalizer for copy-on-write implementations of Collection.
Author:
Paul Ferraro