Skip to content

Commit 6ba55d0

Browse files
authored
Refine Base64 serializer explanation
1 parent e0b21a0 commit 6ba55d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/publishing-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the `workflows.php` config file you can update the model classes to use your
4343

4444
## Changing Serializer
4545

46-
This setting allows you to optionally use the Base64 serializer instead of Y (kind of like yEnc encoding where it only gets rid of null bytes). The tradeoff is between speed and size. Base64 is faster but adds more overhead. Y is slower but a lot smaller. If you change this it will only affect new workflows and old workflows will revert to whatever they were encoded with to ensure compatibility.
46+
This setting allows you to optionally use the Base64 serializer instead of Y (kind of like yEnc encoding where it only gets rid of null bytes). If you change this it will only affect new workflows and old workflows will revert to whatever they were encoded with to ensure compatibility.
4747

4848
The default serializer setting in `workflows.php` is:
4949

0 commit comments

Comments
 (0)