= {
{aron::type::Descriptor::LIST, Descriptor::LIST},
{aron::type::Descriptor::OBJECT, Descriptor::DICT},
{aron::type::Descriptor::TUPLE, Descriptor::LIST},
{aron::type::Descriptor::PAIR, Descriptor::LIST},
{aron::type::Descriptor::DICT, Descriptor::DICT},
{aron::type::Descriptor::NDARRAY, Descriptor::NDARRAY},
{aron::type::Descriptor::MATRIX, Descriptor::NDARRAY},
{aron::type::Descriptor::QUATERNION, Descriptor::NDARRAY},
{aron::type::Descriptor::POINTCLOUD, Descriptor::NDARRAY},
{aron::type::Descriptor::IMAGE, Descriptor::NDARRAY},
{aron::type::Descriptor::INT_ENUM, Descriptor::INT},
{aron::type::Descriptor::INT, Descriptor::INT},
{aron::type::Descriptor::LONG, Descriptor::LONG},
{aron::type::Descriptor::FLOAT, Descriptor::FLOAT},
{aron::type::Descriptor::DOUBLE, Descriptor::DOUBLE},
{aron::type::Descriptor::STRING, Descriptor::STRING},
{aron::type::Descriptor::BOOL, Descriptor::BOOL},
{aron::type::Descriptor::UNKNOWN, Descriptor::UNKNOWN},
}