octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.dynamic
/
DynamicTypes
/
Registration
Registration
internal
class
Registration
<
T
:
Any
>
(
val
name
:
String
,
val
kClass
:
KClass
<
T
>
,
val
serializer
:
KSerializer
<
T
>
)
Members
Constructors
Registration
Link copied to clipboard
constructor
(
name
:
String
,
kClass
:
KClass
<
T
>
,
serializer
:
KSerializer
<
T
>
)
Properties
k
Class
Link copied to clipboard
val
kClass
:
KClass
<
T
>
name
Link copied to clipboard
val
name
:
String
serializer
Link copied to clipboard
val
serializer
:
KSerializer
<
T
>
Functions
decode
Link copied to clipboard
fun
decode
(
payload
:
String
,
json
:
Json
)
:
Any
encode
Link copied to clipboard
fun
encode
(
value
:
Any
,
json
:
Json
)
:
String
The payload as the text a
jsonb
attribute is encoded from.