Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.ElementReader
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of MarshallUtil.ElementReader in org.infinispan.commons.marshall
Modifier and TypeMethodDescriptionstatic <E,
T extends Collection<E>>
TMarshallUtil.unmarshallCollection
(ObjectInput in, MarshallUtil.CollectionBuilder<E, T> builder, MarshallUtil.ElementReader<E> reader) Unmarshal aCollection
.static <K,
V, T extends Map<K, V>>
TMarshallUtil.unmarshallMap
(ObjectInput in, MarshallUtil.ElementReader<K> keyReader, MarshallUtil.ElementReader<V> valueReader, MarshallUtil.MapBuilder<K, V, T> builder) Unmarshall theMap
.