Skip to content

Glue is a lightweight object tree serializer, supporting to serialize a whole object tree (in memory) to a certain format like XML or Json

License

Notifications You must be signed in to change notification settings

Inari-Soft/inari-glue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inari-glue

Glue is a lightweight object tree serializer, supporting to serialize a whole object tree (in memory) to a certain format like XML or Json or load and instantiate such a object tree from certain file format.

For now there is just XML support Json support is in planing

Each object that should have the ability to be serialized to or loaded form file has to implement a specified Interface and has to define a configId.

There will be more documentation soon. For now please have a look at the JavaDoc and also to the UnitTests. UnitTest will explain how to work with the API.

About

Glue is a lightweight object tree serializer, supporting to serialize a whole object tree (in memory) to a certain format like XML or Json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages