Definition in file CollectionSerializers.h.
#include "Serializable.h"
#include "XmlRpcCollection.h"


Go to the source code of this file.
Namespaces | |
| namespace | mace |
Classes | |
| class | mace::_SerializeArray< Value > |
| Generic class for serializing arrays. More... | |
| class | mace::_SerializeArray< Value >::iterator |
| SerializeArray must be able to iterate over elements for deserialization. More... | |
| class | mace::_SerializeArray< Value >::const_iterator |
| SerializeArray must be able to iterate over the elements in a const fashion for serialization. More... | |
| class | mace::SerializeArray< Value > |
| wrapper around _SerializeArray to provide Boost concept checking giving good error messages. More... | |
| class | mace::_SerializeList< Value > |
| Generic class for serializing lists. More... | |
| class | mace::SerializeList< Value > |
| wrapper around _SerializeList to provide Boost concept checking giving good error messages. More... | |
| class | mace::_SerializeSet< Value > |
| Generic class for serializing sets. More... | |
| class | mace::_SerializeSet< Value >::const_iterator |
| set serialization only requires const iteration, for serializing all the elements More... | |
| class | mace::SerializeSet< Value > |
| wrapper around _SerializeSet to provide Boost concept checking giving good error messages. More... | |
| class | mace::_SerializeMap< Key, Value > |
| Generic class for serializing maps. More... | |
| class | mace::_SerializeMap< Key, Value >::const_iterator |
| Const iteration is used for serializing map elements. More... | |
| class | mace::SerializeMap< Key, Value > |
| wrapper around _SerializeMap to provide Boost concept checking giving good error messages. More... | |
1.5.5