开发者

Is there a tool that will create Java or .NET classes from a db4o database file?

开发者 https://www.devze.com 2023-01-02 23:14 出处:网络
I have a db4o database file. Is the开发者_StackOverflow中文版re a tool that will generate Java or .NET classes (source) from this database?None that I\'am aware of.

I have a db4o database file. Is the开发者_StackOverflow中文版re a tool that will generate Java or .NET classes (source) from this database?


None that I'am aware of.

But it should not be to hard to write one. You can use ObjectContainer.Ext().KnownClasses() method.

0

精彩评论

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