public SerializableObject(T target, RemotePluginLoader <T> loader) { this.target = target; this.loader = loader; }
public LoaderHost(T target, RemotePluginLoader <T> loader) { this.target = target; this.loader = loader; }