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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,8 @@ If run inside a directory containing .bytes or.json files, it will serialize or
9
9
`--deserialize=<path_to_file>` - Accepts as input either a single .bytes file or a directory containing .bytes files. If a single file is passed, deserializes it to the corresponding .json file and creates said file next to the executable. If a directory is passed, the resulting .json files will be created in a new directory next to the executable.
10
10
11
11
`--serialize=<path_to_file>` - Accepts as input either a single .json file or a directory containing .json files. If a single file is passed, serializes it to the corresponding .bytes file and creates said file next to the executable. If a directory is passed, the resulting .bytes files will be created in a new directory next to the executable.
12
+
13
+
# Copyright
14
+
All code in this repository is the intellectual property of Failbetter Games Ltd.
0 commit comments