toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util.csv
/
CsvSerializer
Csv
Serializer
common
data
class
CsvSerializer
<
Row
>
(
val
config
:
CsvConfig
,
val
schema
:
CsvSchema
<
Row
>
)
Members
Constructors
Csv
Serializer
Link copied to clipboard
common
constructor
(
config
:
CsvConfig
,
schema
:
CsvSchema
<
Row
>
)
Types
Builder
Link copied to clipboard
common
class
Builder
<
Row
>
(
config
:
CsvConfig
?
=
null
,
schema
:
CsvSchema
<
Row
>
?
=
null
)
Properties
config
Link copied to clipboard
common
val
config
:
CsvConfig
schema
Link copied to clipboard
common
val
schema
:
CsvSchema
<
Row
>
Functions
stream
Csv
Link copied to clipboard
common
fun
streamCsv
(
data
:
<Error class: unknown class>
<
Row
>
)
:
<Error class: unknown class>
<
String
>