public class PaymentOutcomeSerializer
Handles the serialization and deserialization of the TransactionOutcomeSerializer to/from JSON.
public static PaymentOutcomeSerializer INSTANCE
Handles the serialization and deserialization of the TransactionOutcomeSerializer to/from JSON.
@NotNull public kotlinx.serialization.descriptors.SerialDescriptor getDescriptor()
@NotNull public PaymentOutcome deserialize(@NotNull kotlinx.serialization.encoding.Decoder decoder)
public void serialize(@NotNull kotlinx.serialization.encoding.Encoder encoder, @NotNull PaymentOutcome value)