``` @classmethod def fromstring(cls, text): return cls.deserialized(etree.XML(text)) ``` should be cls.deserialize, without the final "d"