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

com.netease.cloud.transform.Marshaller Maven / Gradle / Ivy

The newest version!
package com.netease.cloud.transform;


public interface Marshaller {

    public T marshall(R in) throws Exception;
    

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy