Class UnmodifiableCollectionExternalizer<T extends Collection<Object>>

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

public class UnmodifiableCollectionExternalizer<T extends Collection<Object>> extends Object implements Externalizer<T>
Externalizer for unmodifiable collections created via List.of() or Set.of() methods.
Author:
Paul Ferraro