Package | Description |
---|---|
org.infinispan.io |
Provides Infinispan-specific input and output streams, buffers and related utilities.
|
org.infinispan.marshall |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever
possible, rather than falling back to the JDK to do this.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpandableMarshalledValueByteStream
A byte stream that can be written to and expanded on the fly, not dissimilar to
ExposedByteArrayOutputStream
but with the benefit of not having to allocate unnecessary byte arrays by not extending ByteArrayOutputStream . |
class |
ImmutableMarshalledValueByteStream
A byte stream that is immutable.
|
Modifier and Type | Field and Description |
---|---|
protected MarshalledValueByteStream |
MarshalledValue.raw |
Modifier and Type | Method and Description |
---|---|
MarshalledValueByteStream |
MarshalledValue.getRaw() |
MarshalledValueByteStream |
MarshalledValue.serialize() |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.