document updated 15 years ago, on Mar 12, 2009
Are these features missing? I haven't found them yet anyway.
- Is there an equivalent to Data::Dumper? (yes, but only if you hack it?)
No, apparently there's no standard way. There are a variety of suggestions here though.
- Is there a way to compare two objects of the same type, without overloading Equals? i.e. Can't it fucking use reflect to deep-recursively-compare them?
- Is there a way to serialize any arbitrary object? (yes?)