|
|
|
|
|
by StillBored
2723 days ago
|
|
Which is mostly due to the lack of run-time reflection. OTOH, with a little creativity its possible to create code generators to attach a commonly named (say .serialize method) to classes to dump their POD fields, and call serialize on directly encapsulated classes. But your basically right, everyone ends up doing it their own way which just ends up being a PITA. |
|