| 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 | Method and Description |
|---|---|
ListMarshaller<T> |
ListMarshaller.copy() |
static <T> ListMarshaller<T> |
ListMarshaller.of(BytesReader<T> elementReader,
BytesWriter<? super T> elementWriter) |
static <T,M extends BytesReader<T> & BytesWriter<? super T>> |
ListMarshaller.of(M elementMarshaller) |
Copyright © 2016. All rights reserved.