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

Invalid file names for JMS serializer configuration #3

Closed
FrankGiesecke opened this issue Nov 4, 2016 · 2 comments
Closed

Invalid file names for JMS serializer configuration #3

FrankGiesecke opened this issue Nov 4, 2016 · 2 comments

Comments

@FrankGiesecke
Copy link

The generated YML-files for the JMS serializer have a invalid format.
The documentation of JMS say, that the file names must have the Formate Vendor.Package.Foo.(xml|yml) (see http://jmsyst.com/libs/serializer/master/configuration).

@FrankGiesecke FrankGiesecke changed the title Invalid file names for JMS configuration Invalid file names for JMS serializer configuration Nov 4, 2016
@goetas
Copy link
Member

goetas commented Nov 4, 2016

This is not fully true, https://github.com/schmittjoh/serializer/blob/master/src/JMS/Serializer/SerializerBuilder.php#L279 allows to have a prefix, so you are not forced to specify always a fully qualified filename

@goetas goetas closed this as completed Nov 4, 2016
@FrankGiesecke
Copy link
Author

Oh, thanks for the fast reply.
The code of JMS seems to be better (more understandable) than the documentation.

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