Ruby 3.5.0dev (2025-04-26 revision e4f85bfc311a3812de7bc2e9d068934e8b364574)
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 121 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 124 of file marshal.c.

◆ loader

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

Definition at line 125 of file marshal.c.

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 122 of file marshal.c.

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 123 of file marshal.c.


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