Description
The reference of the class used to compose the object name is always absolute and the serializer just see a String name so it can't make it local.
Serializing
wiki:space.name^wiki:xspace.class[0]
with local serializer will give
space.name^wiki:xspace.class[0]
which make the class reference in the objet still absolute.