sixbs 1.12 review

Download
by rbytes.net on

sixbs is a library capable of writing and reading beans to and from XML using their public properties.

License: GPL
OS: Windows Vista / 7 / 8 / 10
File size: 307K
Developer: tagtraum industries incorporated
Price: $0.00
Updated: 19 Jun 2006
0 stars award from rbytes.net


sixbs is a library capable of writing and reading beans to and from XML using their public properties.

sixbs is especially suited for writing configuration data or sending data over the network. Contrary to normal Java serialization it is readable (i.e. you can easily edit it with your favourite text editor) and it is independent from class versions. This means that a new version of a class can be initialized with data from the old class, as long as it has the same or more setter methods. This means that your serialized data is safe even when you update your application classes.

sixbs is simple. You don't have to specify a DTD. Most classes are serializable right away. For those that cannot be serialized easily, you can write a simple Adapter class or implement the SIXBSSerializable interface that specifies which getter values should be serialized.

sixbs 1.12 keywords