All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.bingads.v13.reporting.Adapter12 Maven / Gradle / Ivy


package com.microsoft.bingads.v13.reporting;

import java.util.Collection;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter12
    extends XmlAdapter>
{


    public Collection unmarshal(String value) {
        return (com.microsoft.bingads.v13.reporting.BidMatchTypeReportFilterConverter.convertToList(value));
    }

    public String marshal(Collection value) {
        return (com.microsoft.bingads.v13.reporting.BidMatchTypeReportFilterConverter.convertToString(value));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy