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