You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the type of property is not object, "pre_serialization" event is not dispatched.
In other words, the method "SerializationContext::isVisiting" throw an exception before handle event listener, iff the value is not an object.
This is too limited i think.
In my case, I created Hash Type, which can be either "String hash" or "Hashable instance".
I want to serialize without replacement of the object.
The text was updated successfully, but these errors were encountered:
If the type of property is not object, "pre_serialization" event is not dispatched.
In other words, the method "SerializationContext::isVisiting" throw an exception before handle event listener, iff the value is not an object.
This is too limited i think.
In my case, I created Hash Type, which can be either "String hash" or "Hashable instance".
I want to serialize without replacement of the object.
The text was updated successfully, but these errors were encountered: