| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionReadHandler<T>
Read handler that uses reflection to deserialize and populate the fields
of an object.
|
| Modifier and Type | Field and Description |
|---|---|
protected ReadHandler<T> |
ObjectReader.m_reflectionHandler
The default handler to use when no other accepts an object
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ReadHandler<T>> |
ObjectReader.m_handlers
A list of objects that handle the printing of objects of various
types
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneReadHandler
Handles the duplication of objects.
|
class |
IdentityReadHandler
Read handler that returns the object that is passed to it
|
class |
ListReadHandler
Print handler that returns a copy of the list that is passed to it
|
class |
MapReadHandler
Print handler that returns a copy of the map that is passed to it
|
class |
NullReadHandler
Print handler that returns a null value
|
class |
QueueReadHandler
Print handler that returns a copy of the queue that is passed to it
|
class |
ReadableReadHandler
Reads a wrapped object and returns the inner object.
|
class |
SetReadHandler
Print handler that returns a copy of the list that is passed to it
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanReadHandler |
class |
JsonReadHandler |
class |
NumberReadHandler |
class |
RawReadHandler |
class |
StringReadHandler |
Copyright © Sylvain HallĂ©. All Rights Reserved.