Doc

Overview

At first Ebbro was developed as a standalone program to browse through serialized objects. In the mean type Ebbro has evolved and version 2.0 has been realeased. In version 2.0 Ebbro has also been integrated into EiffelStudio and is now easy to use for an Eiffel developer.

In the newer version Ebbro also allows changes to simple object types (e.g Strings,Integers...) and is able to serialize these changes back to the object file.

To learn more about the features of Ebbro ...read on!

Integrated Version

This version ob Ebbro is integrated into EiffelStudio as a new Tool.

The integrated version of Ebbro is the most recent one and has more features than the standalone version.

Further documentation can be found here.

Standalone Version

This version is a bit older, but has recently also been updated to version 2.0. In this version Ebbro is also able to serialize small changes back to the object file and is able to read/write files in the dADL format.

Further documentation can be found here.

Ebbro and dadle

Ebbro is the first tool who uses the dadle library. The dadle library is being used to serialize/deserialize Eiffel objects in the dADL format.
To read more about this format or the library as a whole - Take a look at the project page here.