Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.ArrayBuilder
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
-
Uses of MarshallUtil.ArrayBuilder in org.infinispan.commons.marshall
Modifier and TypeMethodDescriptionstatic <E> E[]
MarshallUtil.unmarshallArray
(ObjectInput in, MarshallUtil.ArrayBuilder<E> builder) Unmarshall arrays.