Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange caching-error #257

Closed
Gladhon opened this issue Dec 14, 2012 · 1 comment
Closed

Strange caching-error #257

Gladhon opened this issue Dec 14, 2012 · 1 comment

Comments

@Gladhon
Copy link

Gladhon commented Dec 14, 2012

Hi I'm using the HandlerCallback like this

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...

@schmittjoh
Copy link
Owner

Could you open this on schmittjoh/serializer? Unfortunately, I can't copy it over automatically.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants