method

marshal_data!

marshal_data!()
private

No documentation available.

# File activerecord/lib/active_record/session_store.rb, line 122
        def marshal_data!
          return false if !loaded?
          write_attribute(@@data_column_name, self.class.marshal(self.data))
        end