File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1357,8 +1357,8 @@ normalizers (in order of priority):
1357
1357
The default normalization format for objects that implement :class: `Symfony\\ Component\\ Uid\\ Ulid `
1358
1358
is the Base 32 format (example: ``01E439TP9XJZ9RPFH3T1PYBCR8 ``).
1359
1359
You can change the string format by setting the serializer context option
1360
- ``UidNormalizer::NORMALIZATION_FORMAT_KEY `` to ``UidNormalizer::NORMALIZATION_FORMAT_BASE_58 ``,
1361
- ``UidNormalizer::NORMALIZATION_FORMAT_BASE_32 `` or ``UidNormalizer::NORMALIZATION_FORMAT_RFC_4122 ``.
1360
+ ``UidNormalizer::NORMALIZATION_FORMAT_KEY `` to ``UidNormalizer::NORMALIZATION_FORMAT_BASE58 ``,
1361
+ ``UidNormalizer::NORMALIZATION_FORMAT_BASE32 `` or ``UidNormalizer::NORMALIZATION_FORMAT_RFC4122 ``.
1362
1362
1363
1363
Also it can denormalize ``uuid `` or ``ulid `` strings to :class: `Symfony\\ Component\\ Uid\\ Uuid `
1364
1364
or :class: `Symfony\\ Component\\ Uid\\ Ulid `. The format does not matter.
You can’t perform that action at this time.
0 commit comments