quarkus-resteasy-reactive-kotlin-serialization
JVM
quarkus-resteasy-reactive-kotlin-serialization
/
io.quarkus.resteasy.reactive.kotlin.serialization.runtime
/
KotlinSerializationMessageBodyReader
/
readFrom
read
From
open
override
fun
readFrom
(
type
:
Class
<
Any
>
,
genericType
:
Type
,
annotations
:
Array
<
out
Annotation
>
,
mediaType
:
MediaType
,
httpHeaders
:
MultivaluedMap
<
String
,
String
>
,
entityStream
:
InputStream
)
:
Any
?
open
override
fun
readFrom
(
type
:
Class
<
Any
>
,
genericType
:
Type
,
mediaType
:
MediaType
,
context
:
ServerRequestContext
)
:
Any
?