method

_dump

_dump(p1 = v1)
public

Method used to provide marshalling support.

inf = BigDecimal.new('Infinity')
  #=> Infinity
BigDecimal._load(inf._dump)
  #=> Infinity

See the Marshal module.