Commit b755e91
committed
minor #10135 [Serializer] Fix typo (dlondero)
This PR was submitted for the master branch but it was merged into the 4.1 branch instead (closes #10135).
Discussion
----------
[Serializer] Fix typo
Looks like `unserialize` (which is not a method of the Serializer class) was used instead of `deserialize`.
Commits
-------
19fd8f7 Fix typo1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1244 | 1244 | | |
1245 | 1245 | | |
1246 | 1246 | | |
1247 | | - | |
| 1247 | + | |
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
| |||
0 commit comments