![JAR search and dependency download from the Maven repository](/logo.png)
io.inversion.context.Codec Maven / Gradle / Ivy
The newest version!
package io.inversion.context;
import java.lang.reflect.Type;
import java.util.*;
public interface Codec {
Object decode(Context context, Type type, String encoded);
default String encode(Context context, CodecPath codecPath, LinkedHashMap props, Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy