toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.jackson
/
ThrowableMapper
Throwable
Mapper
object
ThrowableMapper
Members
Functions
from
JSON
Link copied to clipboard
fun
fromJSON
(
json
:
String
)
:
Throwable
fun
<
T
>
fromJSON
(
json
:
String
,
clazz
:
Class
<
T
>
)
:
T
to
JSON
Link copied to clipboard
fun
toJSON
(
throwable
:
Throwable
)
:
String