hexagon
1.6.0
serialization_jackson_json
/
com.hexagonkt.serialization.json
/
Json
Json
object
Json
:
JacksonTextFormat
Content copied to clipboard
Functions
Properties
Functions
parse
Link copied to clipboard
open
override
fun
<
T
:
Any
>
parse
(
input
:
InputStream
,
type
:
KClass
<
T
>
)
:
T
Content copied to clipboard
parse
Objects
Link copied to clipboard
open
override
fun
<
T
:
Any
>
parseObjects
(
input
:
InputStream
,
type
:
KClass
<
T
>
)
:
List
<
T
>
Content copied to clipboard
serialize
Link copied to clipboard
open
override
fun
serialize
(
obj
:
Any
)
:
String
Content copied to clipboard
open
override
fun
serialize
(
obj
:
Any
,
output
:
OutputStream
)
Content copied to clipboard
Properties
contentType
Link copied to clipboard
open
override
val
contentType
:
String
Content copied to clipboard
extensions
Link copied to clipboard
override
val
extensions
:
LinkedHashSet
<
String
>
Content copied to clipboard
isBinary
Link copied to clipboard
open
override
val
isBinary
:
Boolean
=
false
Content copied to clipboard
mapper
Link copied to clipboard
val
mapper
:
ObjectMapper
Content copied to clipboard