# File lib/codec/data.rb, line 459
    def object
      type = self.type
      return nil if type.nil?
      type.get(data)
    end