Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个需要使用代理来转换类的项目,我还需要添加新类。这一切都必须通过网络完成,最终用户下载一个 jar,该 jar 下载类以注入类加载器并使用转换器修改现有的类。我已经成功地完成了这两件事,但我想知道是否有更好的方法,我使用我编写的类解析器来做到这一点,该类解析器将类作为 JSON 传输到使用 javasisst 重建它们的客户端。
有没有更好的方法通过网络发送新类并发送对现有类进行的修改?