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.
beanshell コードから起動する C# アプリケーションがあります。この C# アプリケーションは、Beanshell コードに含まれるオブジェクトにアクセスできますか?
たとえば、ビーンシェル コードには、後で C# アプリケーションで使用したい一連の値を含むオブジェクト A があります。これらの値を C# から取得するにはどうすればよいですか?
JSON を使用してオブジェクトをシリアル化 (非) 化してみてください。