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,T extends Collection<E>> |
MarshallUtil.unmarshallCollection(ObjectInput in,
MarshallUtil.CollectionBuilder<E,T> builder)
Unmarshal a
Collection . |
static <E,T extends Collection<E>> |
MarshallUtil.unmarshallCollection(ObjectInput in,
MarshallUtil.CollectionBuilder<E,T> builder,
MarshallUtil.ElementReader<E> reader)
Unmarshal a
Collection . |
static <T extends Collection<Integer>> |
MarshallUtil.unmarshallIntCollection(ObjectInput in,
MarshallUtil.CollectionBuilder<Integer,T> builder)
Unmarshalls a collection of integers.
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.