Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.ElementWriter
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of MarshallUtil.ElementWriter in org.infinispan.commons.marshall
Modifier and TypeMethodDescriptionstatic <E> void
MarshallUtil.marshallCollection
(Collection<E> collection, ObjectOutput out, MarshallUtil.ElementWriter<E> writer) Marshall aCollection
.static <K,
V, T extends Map<K, V>>
voidMarshallUtil.marshallMap
(T map, MarshallUtil.ElementWriter<K> keyWriter, MarshallUtil.ElementWriter<V> valueWrite, ObjectOutput out) Marshall themap
to theObjectOutput
.