public interface EmptyBodyRpcV2CborMarshaller
Modifier and Type | Field and Description |
---|---|
static EmptyBodyRpcV2CborMarshaller |
EMPTY
Renders an empty RPCV2CBOR object, {}.
|
static EmptyBodyRpcV2CborMarshaller |
NULL
Renders an empty request body as RPCV2CBOR explicit null, 'null'.
|
Modifier and Type | Method and Description |
---|---|
void |
marshall(StructuredRpcV2CborGenerator generator) |
static final EmptyBodyRpcV2CborMarshaller NULL
static final EmptyBodyRpcV2CborMarshaller EMPTY
void marshall(StructuredRpcV2CborGenerator generator)