Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
marshal_compat_t Struct Reference

Data Fields

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

Detailed Description

Definition at line 120 of file marshal.c.

Field Documentation

◆ dumper

VALUE(* marshal_compat_t::dumper) (VALUE)

Definition at line 123 of file marshal.c.

◆ loader

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

Definition at line 124 of file marshal.c.

◆ newclass

VALUE marshal_compat_t::newclass

Definition at line 121 of file marshal.c.

◆ oldclass

VALUE marshal_compat_t::oldclass

Definition at line 122 of file marshal.c.


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