| Package | Description |
|---|---|
| net.openhft.chronicle.hash.serialization |
The package contains interfaces for serializing objects and values between Java heap and
Bytes or BytesStore. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulCopyable<T extends StatefulCopyable<T>>
Stateful implementations of marshaller interfaces (
SizedReader, SizedWriter,
BytesReader, BytesWriter, DataAccess), configured for ChronicleMap or ChronicleSet in builder, should implement the StatefulCopyable
interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataAccess<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ListMarshaller<T>
Marshaller of
List<T>. |
class |
MapMarshaller<K,V>
Marshaller of
Map<K, V>. |
class |
SetMarshaller<T>
Marshaller of
Set<T>. |
Copyright © 2016. All rights reserved.