Tachyon Shared Implementation (krpc-shared-impl)
/
org.brightify.hyperdrive.krpc.application.runner
/
Response
/
Serializer
Serializer
class
Serializer
<
SUCCESS
>(successSerializer:
KSerializer
<
SUCCESS
>, errorSerializer:
RPCErrorSerializer
) :
KSerializer
<
Response
<
SUCCESS
>>
Content copied to clipboard
Functions
Properties
Functions
deserialize
Link copied to clipboard
open override fun
deserialize
(decoder:
Decoder
):
Response
<
SUCCESS
>
Content copied to clipboard
serialize
Link copied to clipboard
open override fun
serialize
(encoder:
Encoder
, value:
Response
<
SUCCESS
>)
Content copied to clipboard
Properties
descriptor
Link copied to clipboard
open override val
descriptor
:
SerialDescriptor
Content copied to clipboard