krpc-shared-api
0.1.148
common
krpc-shared-api
/
org.brightify.hyperdrive.krpc.transport
/
TransportFrameSerializer
Transport
Frame
Serializer
common
interface
TransportFrameSerializer
Content copied to clipboard
Types
Functions
Properties
Types
Factory
Link copied to clipboard
common
interface
Factory
Content copied to clipboard
Functions
deserialize
Link copied to clipboard
common
abstract
fun
<
T
>
deserialize
(
strategy
:
DeserializationStrategy
<
T
>
,
frame
:
SerializedFrame
)
:
T
Content copied to clipboard
serialize
Link copied to clipboard
common
abstract
fun
<
T
>
serialize
(
strategy
:
SerializationStrategy
<
T
>
,
frame
:
T
)
:
SerializedFrame
Content copied to clipboard
Properties
format
Link copied to clipboard
common
abstract
val
format
:
SerializationFormat
Content copied to clipboard