Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #52738, comment 18


Ignore:
Timestamp:
07/02/2023 12:05:17 PM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52738, comment 18

    initial v1  
    11> @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.
    22
    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.
     3While 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?
    44
    551. [you] serialize objects