| Package | Description |
|---|---|
| org.agrona.sbe.solon |
| Modifier and Type | Method and Description |
|---|---|
SbeOutput |
SbeFactory.createOutput() |
| Modifier and Type | Method and Description |
|---|---|
static AbcFactory<SbeInput,SbeOutput> |
SbeFactory.getInstance() |
default AbcFactory<SbeInput,SbeOutput> |
SbeSerializable.serializeFactory() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SbeFactory.extractBytes(SbeOutput out) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> void |
SbeOutput.writeMap(Map<K,V> map,
BiConsumer<SbeOutput,K> keyMarshaller,
BiConsumer<SbeOutput,V> valMarshaller) |
<K,V> void |
SbeOutput.writeMap(Map<K,V> map,
BiConsumer<SbeOutput,K> keyMarshaller,
BiConsumer<SbeOutput,V> valMarshaller) |
<T> void |
SbeOutput.writeNullable(T object,
BiConsumer<T,SbeOutput> marshaller) |
Copyright © 2025. All rights reserved.