开发者

Read/write java.util.Properties from .Net

开发者 https://www.devze.com 2023-02-13 04:39 出处:网络
Is there a .NET class or mechanism that is able to read and write files stored from java.util.Properties in XML format, while retaining the compatibility to the Java class?

Is there a .NET class or mechanism that is able to read and write files stored from java.util.Properties in XML format, while retaining the compatibility to the Java class?

The reason is that I want to exchange some data between a Java and .NET application using Properties objects. I know 开发者_高级运维there are other ways to exchange data, but this is the situation that I have and cannot/don't want to change at the moment.

0

精彩评论

暂无评论...
验证码 换一张
取 消