public class TransactionTypeSerializer
Handles the serialization and deserialization of the TransactionType to/from JSON.
public static TransactionTypeSerializer INSTANCE
Handles the serialization and deserialization of the TransactionType to/from JSON.
@NotNull public kotlinx.serialization.internal.StringDescriptor getDescriptor()
@NotNull public PaymentType deserialize(@NotNull kotlinx.serialization.Decoder decoder)
public void serialize(@NotNull kotlinx.serialization.Encoder encoder, @NotNull PaymentType obj)