T
- Type to marshall.public interface RpcV2CborMarshaller<T>
Modifier and Type | Field and Description |
---|---|
static RpcV2CborMarshaller<Void> |
NULL |
Modifier and Type | Method and Description |
---|---|
void |
marshall(T val,
RpcV2CborMarshallerContext context,
MarshallingInfo<T> marshallingInfo)
Marshall the data into the request.
|
static final RpcV2CborMarshaller<Void> NULL
void marshall(T val, RpcV2CborMarshallerContext context, MarshallingInfo<T> marshallingInfo)
val
- Data to marshall (may be null).context
- Dependencies needed for marshalling.marshallingInfo
- marshallingInfo. May be null in certain situations.