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.
|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
ByteBuffer.copy() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Marshaller.objectToBuffer(Object o)
A method that returns an instance of
ByteBuffer , which allows direct access to the byte
array with minimal array copying |
ByteBuffer |
AbstractMarshaller.objectToBuffer(Object obj) |
ByteBuffer |
AbstractDelegatingMarshaller.objectToBuffer(Object o) |
protected ByteBuffer |
VersionAwareMarshaller.objectToBuffer(Object obj,
int estimatedSize) |
protected abstract ByteBuffer |
AbstractMarshaller.objectToBuffer(Object o,
int estimatedSize)
This is a convenience method for converting an object into a
ByteBuffer which takes
an estimated size as parameter. |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
AbstractJBossMarshaller.objectToBuffer(Object o,
int estimatedSize) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.