Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.request
Package-level
declarations
Types
Functions
Types
Writeopia
Request
Link copied to clipboard
@
Serializable
data
class
WriteopiaRequest
<
T
>
(
val
data
:
T
)
Functions
wrap
In
Request
Link copied to clipboard
fun
<
T
>
T
.
wrapInRequest
(
)
:
WriteopiaRequest
<
T
>