Package | Description |
---|---|
org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
Modifier and Type | Method and Description |
---|---|
static <E> void |
MarshallUtil.marshallCollection(Collection<E> collection,
ObjectOutput out,
MarshallUtil.ElementWriter<E> writer)
Marshall a
Collection . |
static <K,V,T extends Map<K,V>> |
MarshallUtil.marshallMap(T map,
MarshallUtil.ElementWriter<K> keyWriter,
MarshallUtil.ElementWriter<V> valueWrite,
ObjectOutput out)
Marshall the
map to the ObjectOutput . |
static <K,V,T extends Map<K,V>> |
MarshallUtil.marshallMap(T map,
MarshallUtil.ElementWriter<K> keyWriter,
MarshallUtil.ElementWriter<V> valueWrite,
ObjectOutput out)
Marshall the
map to the ObjectOutput . |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.