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

StackOverflow https://stackoverflow.com/questions/3023669

  •  26-09-2019
  •  | 
  •  

Question

I have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database?

Was it helpful?

Solution

None that I'am aware of.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top