dsl
Toggle table of contents
17.1.1
common
Platform filter
common
Switch theme
Search in API
dsl
dsl
/
it.unibo.collektive.networking
/
SerializedMessageFactory
Serialized
Message
Factory
abstract
class
SerializedMessageFactory
<
ID
:
Any
,
Payload
>
(
serializerFormat
:
SerialFormat
)
:
MessageFactory
<
ID
,
ByteArray
>
TODO.
Members
Constructors
Serialized
Message
Factory
Link copied to clipboard
constructor
(
serializerFormat
:
SerialFormat
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
senderId
:
ID
,
sharedData
:
Map
<
Path
,
PayloadRepresentation
<
Any
?
>
>
)
:
Message
<
ID
,
ByteArray
>
Creates a
Message
instance with the given
senderId
and
sharedData
.