| 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.unmarshallMap(ObjectInput in,
MarshallUtil.ElementReader<K> keyReader,
MarshallUtil.ElementReader<V> valueReader,
MarshallUtil.MapBuilder<K,V,T> builder)
Unmarshall the
Map. |
static <K,V,T extends Map<K,V>> |
MarshallUtil.unmarshallMap(ObjectInput in,
MarshallUtil.ElementReader<K> keyReader,
MarshallUtil.ElementReader<V> valueReader,
MarshallUtil.MapBuilder<K,V,T> builder)
Unmarshall the
Map. |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.