com.iwbfly.myhttp.converter.Encoder Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.converter;
/**
* @author pangyajun
* @since 2021/11/25 13:31
**/
public interface Encoder {
String encode(Object obj);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy