Changes between Initial Version and Version 1 of Ticket #52738, comment 18
- Timestamp:
- 07/02/2023 12:05:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52738, comment 18
initial v1 1 1 > @bitcomplex The real issue is when you serialize objects and later change the visibility of a property in the class the object belongs too. Since you've decided that it is a good idea to store serialized objects you should also handle changes of classes in a way that do not cause fatals. 2 2 3 While there's room for improvement in handling cases such as `(object) (array) $object`, I'd like to clarify who "you" refers to in each of these so that it's clear to myself and others.3 While there's room for improvement in handling cases such as `(object) (array) $object`, can you clarify who "you" refers to in each of these so that it's clear to myself and others? 4 4 5 5 1. [you] serialize objects