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