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
class AbstractProduct implements ProductInterface
{
/**
* @Serializer\HandlerCallback("xml", direction="serialization")
*/
public function serialize2Xml(XmlSerializationVisitor $visitor, $value)
{
...
}
}
The first time, it run's like expected. But all in all other Runs it ignore's the custom handler callback.
If I touch the File, it run's okay for one time...
The text was updated successfully, but these errors were encountered:
Hi I'm using the HandlerCallback like this
The first time, it run's like expected. But all in all other Runs it ignore's the custom handler callback.
If I touch the File, it run's okay for one time...
The text was updated successfully, but these errors were encountered: