| Package | Description |
|---|---|
| org.infinispan.commons.marshall |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 JBoss, a division of Red Hat. All rights reserved.