Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.ElementWriter
-
Packages that use MarshallUtil.ElementWriter Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshallUtil.ElementWriter in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type MarshallUtil.ElementWriter Modifier and Type Method Description static <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
.
-