# File lib/aws/record/attributes.rb, line 244
        def self.serialize float, options = {}
          expect(Float, float) { float }
        end