Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
marshal_compat_t Struct Reference

Data Fields

VALUE newclass
 
VALUE oldclass
 
VALUE(* dumper )(VALUE)
 
VALUE(* loader )(VALUE, VALUE)
 

Detailed Description

Definition at line 102 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 105 of file marshal.c.

Referenced by rb_marshal_define_compat().

◆ loader

VALUE(* marshal_compat_t::loader) (VALUE, VALUE)

Definition at line 106 of file marshal.c.

Referenced by rb_marshal_define_compat().

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 103 of file marshal.c.

Referenced by rb_marshal_define_compat().

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 104 of file marshal.c.

Referenced by rb_marshal_define_compat().


The documentation for this struct was generated from the following file: