Uses of Interface
org.infinispan.commons.marshall.MarshallUtil.ArrayBuilder
-
Packages that use MarshallUtil.ArrayBuilder Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities. -
-
Uses of MarshallUtil.ArrayBuilder in org.infinispan.commons.marshall
Methods in org.infinispan.commons.marshall with parameters of type MarshallUtil.ArrayBuilder Modifier and Type Method Description static <E> E[]
MarshallUtil. unmarshallArray(ObjectInput in, MarshallUtil.ArrayBuilder<E> builder)
Unmarshall arrays.
-