toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-server-api
/
org.modelix.model.server.api.v2
/
ImmutableObjectsStream
Immutable
Objects
Stream
object
ImmutableObjectsStream
Members
Properties
CONTENT_TYPE
Link copied to clipboard
val
CONTENT_TYPE
:
ContentType
Functions
decode
Link copied to clipboard
suspend
fun
decode
(
input
:
ByteReadChannel
)
:
Map
<
String
,
String
>
encode
Link copied to clipboard
fun
encode
(
out
:
Appendable
,
objects
:
Map
<
String
,
String
>
)
fun
encode
(
out
:
Appendable
,
objects
:
Sequence
<
Map.Entry
<
String
,
String
>
>
)