PlatformPaymentMethodSerializer

object PlatformPaymentMethodSerializer : JsonContentPolymorphicSerializer<PlatformPaymentMethod>

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
override fun deserialize(decoder: Decoder): PlatformPaymentMethod
Link copied to clipboard
override fun serialize(encoder: Encoder, value: PlatformPaymentMethod)