package at.hannibal2.skyhanni.config.migration import com.google.gson.JsonElement import java.lang.reflect.Type fun interface LoadingAdapter { fun adapt(path: ResolutionPath, hierarchy: List, type: Type): LoadResult }