Squishy
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Squishy
core
/
mtctx.squishy.api.io
/
SerializationSpecificIO
/
read
read
open
fun
<
T
>
read
(
deserializer
:
DeserializationStrategy
<
T
>
,
bufferSize
:
Int
=
DEFAULT_BUFFER_SIZE
,
charset
:
Charset
=
Charsets.UTF_8
)
:
Outcome
<
T
>