T
- Type of object to marshall.public interface StructuredRpcV2CborMarshaller<T>
StructuredRpcV2CborGenerator
.Modifier and Type | Method and Description |
---|---|
void |
marshall(T val,
StructuredRpcV2CborGenerator rpcv2cborGenerator)
Marshalls the value using the
StructuredRpcV2CborGenerator . |
void marshall(T val, StructuredRpcV2CborGenerator rpcv2cborGenerator)
StructuredRpcV2CborGenerator
.val
- Object to marshall.rpcv2cborGenerator
- StructuredRpcV2CborGenerator
with methods to write various types to the RPCV2CBOR document.