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
This PR updates the documentation for Serialization.jl to recommend
using the .jls extension for serialized Julia data, following common
community conventions.
Fixes: #58544
Copy file name to clipboardExpand all lines: stdlib/Serialization/docs/src/index.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,15 @@ Serialization.serialize
11
11
Serialization.deserialize
12
12
Serialization.writeheader
13
13
```
14
+
15
+
### Recommended File Extension
16
+
17
+
While the Serialization module does not mandate a specific file extension, the Julia community commonly uses the `.jls` extension for serialized Julia files.
0 commit comments