Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
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 103 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 106 of file marshal.c.

◆ loader

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

Definition at line 107 of file marshal.c.

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 104 of file marshal.c.

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 105 of file marshal.c.


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