Uses of Class
org.wildfly.clustering.marshalling.protostream.reflect.DecoratorMarshaller
Packages that use DecoratorMarshaller
-
Uses of DecoratorMarshaller in org.wildfly.clustering.marshalling.protostream.reflect
Modifier and TypeClassDescriptionclassA decorator marshaller that writes the decorated object while holding its monitor lock. e.g. to enable iteration over a decorated collection without the risk of a ConcurrentModificationException.