http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-storage-redis
/
org.http4k.connect.storage
/
AutoMarshallingRedisCodec
Auto
Marshalling
Redis
Codec
class
AutoMarshallingRedisCodec
<
T
:
Any
>
(
autoMarshalling
:
AutoMarshalling
,
target
:
KClass
<
T
>
)
:
RedisCodec
<
String
,
T
>
(
source
)
Members
Constructors
Auto
Marshalling
Redis
Codec
Link copied to clipboard
constructor
(
autoMarshalling
:
AutoMarshalling
,
target
:
KClass
<
T
>
)
Functions
decode
Key
Link copied to clipboard
open
override
fun
decodeKey
(
bytes
:
ByteBuffer
)
:
String
decode
Value
Link copied to clipboard
open
override
fun
decodeValue
(
bytes
:
ByteBuffer
)
:
T
encode
Key
Link copied to clipboard
open
override
fun
encodeKey
(
key
:
String
)
:
ByteBuffer
?
encode
Value
Link copied to clipboard
open
override
fun
encodeValue
(
value
:
T
)
:
ByteBuffer
?