Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 115 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 118 of file marshal.c.

◆ loader

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

Definition at line 119 of file marshal.c.

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 116 of file marshal.c.

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 117 of file marshal.c.


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