るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.149秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:l[x] > バージョン:2.6.0[x] > クラス:Delegator[x] > クエリ:marshal_dump[x]

別のキーワード

  1. _builtin marshal_dump
  2. marshal dump
  3. _builtin marshal_load
  4. pstore empty_marshal_data
  5. pstore empty_marshal_checksum

ライブラリ

検索結果

Delegator#marshal_dump -> object (72610.0)

シリアライゼーションをサポートするためにDelegator#__getobj__ が返すオブジェクトを返します。

...シリアライゼーションをサポートするためにDelegator#__getobj__ が返すオブジェクトを返します。...

Delegator#marshal_load(obj) -> object (18325.0)

シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。

...シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。

@param obj Delegator#marshal_dumpの戻り値のコピー...