FlowMVI
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
FlowMVI
metrics
/
pro.respawn.flowmvi.metrics
/
JsonSink
Json
Sink
fun
<
T
>
JsonSink
(
delegate
:
Sink
<
String
>
,
json
:
Json
,
serializer
:
SerializationStrategy
<
T
>
)
:
Sink
<
T
>
Serializes values with the provided
serializer
and forwards JSON strings to
delegate
.