We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
USERDEF
1 parent 9459bed commit b8af932Copy full SHA for b8af932
doc/marshal.rdoc
@@ -301,6 +301,11 @@ sequence containing the user-defined representation of the object.
301
The class method +_load+ is called on the class with a string created from the
302
byte-sequence.
303
304
+This type is not recommended for newly created classes, because of some
305
+restrictions:
306
+
307
+- cannot have recursive reference
308
309
=== User Marshal
310
311
"U" represents an object with a user-defined serialization format using the
0 commit comments