class IntegerProperty(LazyProperty):

    _type = six.integer_types

    def deserialize(self, obj):