Serializing classes is akin to sending bytecode ar...
# stdlib
c
Serializing classes is akin to sending bytecode around, something that's not exactly easy to do (typically, the class already exists on the receiving end and you classload it)
👍 1