[DOC] Discourage use of USERDEF

This commit is contained in:
Nobuyoshi Nakada 2023-08-22 11:18:18 +09:00
parent 9459bedd84
commit b8af9325c0
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-03-12 12:44:49 +00:00

View File

@ -301,6 +301,11 @@ sequence containing the user-defined representation of the object.
The class method +_load+ is called on the class with a string created from the
byte-sequence.
This type is not recommended for newly created classes, because of some
restrictions:
- cannot have recursive reference
=== User Marshal
"U" represents an object with a user-defined serialization format using the