Class SingletonCollectionExternalizer<T extends Collection<Object>>

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

public class SingletonCollectionExternalizer<T extends Collection<Object>> extends ObjectExternalizer<T>
Externalizer for singleton collections.
Author:
Paul Ferraro