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
as I cannot find the way, I would like to ask here. In my class I have string empty property:
name: ""
after serializing, the property is removed from .yml file. Also, I tried with the ChainedEventEmitter emitter, but the null or empty value does not come to the emitter. It looks like, the property is removed before the serializer hits the emitter:
Did I miss something in the serialization process?
Hi
as I cannot find the way, I would like to ask here. In my class I have string empty property:
name: ""
after serializing, the property is removed from .yml file. Also, I tried with the ChainedEventEmitter emitter, but the null or empty value does not come to the emitter. It looks like, the property is removed before the serializer hits the emitter:
Did I miss something in the serialization process?
The text was updated successfully, but these errors were encountered: