_deserializeText(parent, model) {
        this._filterProperties(parent, function(key, child) {
            switch (key) {
            case 'lang':
                model.lang = this._getStringValue(child);