You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snapshots.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Our example application [proophessor-do](https://github.com/prooph/proophessor-d
23
23
24
24
## Using a different Serializer.
25
25
26
-
By default we use php build in serialize/unserialize methods to around aggregate persistence. If you would like to change it you can do that since v1.1.
26
+
By default prooph uses PHP's own serialise and unserialize methods. These may not suite your needs so as of v1.1 of the snapshot store you can use a custom serialiser.
27
27
28
28
You can use the provided CallbackSerializer to do this.
0 commit comments