kobweb
Toggle table of contents
0.21.1
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
kobweb-common
/
com.varabyte.kobweb.project.io
/
KobwebWritableTextFile
Kobweb
Writable
Text
File
open
class
KobwebWritableTextFile
<
T
:
Any
>
(
val
kobwebFolder
:
KobwebFolder
,
name
:
String
,
serialize
:
(
T
)
->
String
,
deserialize
:
(
String
)
->
T
)
(
source
)
Inheritors
ServerRequestsFile
Members
Constructors
Kobweb
Writable
Text
File
Link copied to clipboard
constructor
(
kobwebFolder
:
KobwebFolder
,
name
:
String
,
serialize
:
(
T
)
->
String
,
deserialize
:
(
String
)
->
T
)
Properties
content
Link copied to clipboard
var
content
:
T
?
kobweb
Folder
Link copied to clipboard
val
kobwebFolder
:
KobwebFolder
path
Link copied to clipboard
val
path
:
Path