| Package | Description |
|---|---|
| ca.uqac.lif.azrael |
Core package containing only the definition of the interfaces.
|
| ca.uqac.lif.azrael.clone |
Serializer that clones objects.
|
| ca.uqac.lif.azrael.json |
JSON serialization library.
|
| ca.uqac.lif.azrael.size |
A serializer that recursively calculates the size of an object.
|
| ca.uqac.lif.azrael.xml |
XML serialization library.
|
| Class and Description |
|---|
| ObjectPrinter
Prints the content of an object to a given format.
|
| ObjectReader
Reads the content of an object in a given format, to recreate the
corresponding instance.
|
| PrintException
Exception that can be thrown when using an object printer.
|
| PrintHandler
An interface that takes care of printing a specific type of object.
|
| ReadException
Exception that can be thrown when using an object reader.
|
| ReadHandler
An interface that takes care of reading a specific type of object.
|
| Class and Description |
|---|
| ObjectPrinter
Prints the content of an object to a given format.
|
| ObjectReader
Reads the content of an object in a given format, to recreate the
corresponding instance.
|
| PrintException
Exception that can be thrown when using an object printer.
|
| PrintHandler
An interface that takes care of printing a specific type of object.
|
| ReadException
Exception that can be thrown when using an object reader.
|
| ReadHandler
An interface that takes care of reading a specific type of object.
|
| Class and Description |
|---|
| ObjectPrinter
Prints the content of an object to a given format.
|
| ObjectReader
Reads the content of an object in a given format, to recreate the
corresponding instance.
|
| Printable
Interface advertising that an object can write its contents
into an object printer.
|
| PrintException
Exception that can be thrown when using an object printer.
|
| PrintHandler
An interface that takes care of printing a specific type of object.
|
| Readable
Interface advertising that an object can read its contents using an object
reader.
|
| ReadException
Exception that can be thrown when using an object reader.
|
| ReadHandler
An interface that takes care of reading a specific type of object.
|
| Class and Description |
|---|
| ObjectPrinter
Prints the content of an object to a given format.
|
| PrintException
Exception that can be thrown when using an object printer.
|
| PrintHandler
An interface that takes care of printing a specific type of object.
|
| ReflectionPrintHandler
Print handler that uses reflection to serialize the fields of an object.
|
| Class and Description |
|---|
| ObjectPrinter
Prints the content of an object to a given format.
|
| ObjectReader
Reads the content of an object in a given format, to recreate the
corresponding instance.
|
| Printable
Interface advertising that an object can write its contents
into an object printer.
|
| PrintException
Exception that can be thrown when using an object printer.
|
| PrintHandler
An interface that takes care of printing a specific type of object.
|
| Readable
Interface advertising that an object can read its contents using an object
reader.
|
| ReadException
Exception that can be thrown when using an object reader.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.