kobweb
Toggle table of contents
0.21.1
common
Platform filter
common
Switch theme
Search in API
kobweb
kobweb-serialization
/
com.varabyte.kobweb.serialization
/
IOSerializer
IOSerializer
interface
IOSerializer
<
I
,
O
>
(
source
)
A serializer which is responsible for converting input and output values to and from strings.
Members
Functions
deserialize
Input
Link copied to clipboard
abstract
fun
deserializeInput
(
input
:
String
)
:
I
deserialize
Output
Link copied to clipboard
abstract
fun
deserializeOutput
(
output
:
String
)
:
O
serialize
Input
Link copied to clipboard
abstract
fun
serializeInput
(
input
:
I
)
:
String
serialize
Output
Link copied to clipboard
abstract
fun
serializeOutput
(
output
:
O
)
:
String