# File lib/aws/dynamo_db/types.rb, line 75
      def cast_binary data
        DynamoDB::Binary.new(data)
      end