/**
 * @page    serialPage Serialization Tools
 * This page refers to the serialization tools included in framework/serialize.
 * The serialization tools are a useful tool to convert object data into raw
 * buffers and vice-versa. Here is a rough overview which tool to use for
 * which purpose.
 *
 * @section endSwapper  Endian Swapper
 * This header file includes tools to do simple serial order swapping
 *
 * @section serialiezIF SerializeIF
 *
 * @section serElement  SerializeElement
 *
 */