class A

def _dump(depth)

def _dump(depth)
  # this strips the @die information from the instance
  Marshal.dump(@persist,depth)
end