PaymentMethodSerializer

object PaymentMethodSerializer : JsonContentPolymorphicSerializer<PaymentMethod>

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

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