| Interface | Description |
|---|---|
| EmptyBodyRpcV2CborMarshaller |
Interface to marshall an empty request body according to the RPCV2CBOR protocol specification.
|
| RpcV2CborMarshaller<T> |
Interface to marshall data according to the RPCV2CBOR protocol specification.
|
| Class | Description |
|---|---|
| MarshallerRegistry | |
| MarshallerRegistry.Builder |
Builder for a
MarshallerRegistry. |
| RpcV2CborMarshallerContext |
Dependencies needed by implementations of
RpcV2CborMarshaller. |
| RpcV2CborMarshallerContext.Builder |
Builder for a
RpcV2CborMarshallerContext. |
| RpcV2CborProtocolMarshaller<OrigRequest> |
Implementation of
ProtocolMarshaller for RPCV2CBOR based services. |
| SimpleTypeRpcV2CborMarshallers |