# File lib/sawyer/serializer.rb, line 60 def decode(data) return nil if data.nil? || data.strip.empty? decode_object(@load.call(data)) end