| RpcV2CborUnmarshallerContext
Used effectively as the API to access the context of performing the
rpcv2cbor-related unmarshalling.
|
| RpcV2CborUnmarshallerContext.UnmarshallerType |
| SimpleTypeRpcV2CborUnmarshallers.BigDecimalCborUnmarshaller |
| SimpleTypeRpcV2CborUnmarshallers.BigIntegerCborUnmarshaller |
| SimpleTypeRpcV2CborUnmarshallers.BooleanCborUnmarshaller
Unmarshaller for Boolean values.
|
| SimpleTypeRpcV2CborUnmarshallers.ByteBufferCborUnmarshaller
Unmarshaller for ByteBuffer values.
|
| SimpleTypeRpcV2CborUnmarshallers.ByteCborUnmarshaller
Unmarshaller for Byte values.
|
| SimpleTypeRpcV2CborUnmarshallers.DateCborUnmarshaller
Unmarshaller for Date values - JSON dates come in as epoch seconds.
|
| SimpleTypeRpcV2CborUnmarshallers.DoubleCborUnmarshaller
Unmarshaller for Double values.
|
| SimpleTypeRpcV2CborUnmarshallers.FloatCborUnmarshaller
Unmarshaller for Float values.
|
| SimpleTypeRpcV2CborUnmarshallers.IntegerCborUnmarshaller
Unmarshaller for Integer values.
|
| SimpleTypeRpcV2CborUnmarshallers.LongCborUnmarshaller
Unmarshaller for Long values.
|
| SimpleTypeRpcV2CborUnmarshallers.ShortCborUnmarshaller
Unmarshaller for Short values.
|
| SimpleTypeRpcV2CborUnmarshallers.StringCborUnmarshaller
Unmarshaller for String values.
|