| Package | Description |
|---|---|
| org.wildfly.clustering.marshalling.protostream |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtoStreamReader
A
TagReader with the additional ability to read an arbitrary embedded object. |
interface |
ProtoStreamWriter
A
TagWriter with the additional ability to write an arbitrary embedded object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProtoStreamWriter
Delegates most
ProtoStreamWriter operations to a TagWriter. |
class |
DefaultProtoStreamOperation |
class |
DefaultProtoStreamReader
ProtoStreamWriter implementation that reads from a TagReader. |
class |
DefaultProtoStreamWriter
ProtoStreamWriter implementation that writes to a CodedOutputStream. |
class |
SizeComputingProtoStreamWriter |
| Constructor and Description |
|---|
FunctionalMarshaller(Class<T> targetClass,
Function<ProtoStreamOperation,ProtoStreamMarshaller<V>> marshallerFactory,
org.wildfly.common.function.ExceptionFunction<T,V,IOException> function,
org.wildfly.common.function.ExceptionFunction<V,T,IOException> factory) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.