com.global.api.utils.IRequestEncoder Maven / Gradle / Ivy
package com.global.api.utils;
public interface IRequestEncoder {
String encode(Object value);
String decode(Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy