For my XML parsing I'm trying to enumerate all possible polymorphic children of a parent (as declared in the serialmodule). To do so I need to know the actual base class. This information is encapsulated in the baseclass parameter of Polymorhpic serializer.
Currently I'm using a hack where trigger a lookup on a dummy context which will tell me the base class. It's much easier to just get the property value directly.