-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
(WIP) Documented all the encoder context options #11407
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
Conversation
|
||
``xml_format_output`` | ||
**type**: ``boolean`` **default**: ``false`` | ||
If set to ``true`, formats the generated XML with line breaks and indentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo, you forgot one backtick (resulting in error)
|
||
``xml_format_output`` | ||
**type**: ``boolean`` **default**: ``false`` | ||
If set to ``true`, formats the generated XML with line breaks and indentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If set to ``true`, formats the generated XML with line breaks and indentation. | |
If set to ``true``, formats the generated XML with line breaks and indentation. |
Context | ||
....... | ||
|
||
The ``encode()`` and ``encode()`` methods define an optional ``$context`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean, encode and decode ?
I'm closing this because I've never used the Serializer, so I don't really know what I'm doing. Sorry. |
Fixes #8505.