Merge: introduce nit_env.sh to setup the shell environement
[nit.git] / share / man / nitserial.md
1 # NAME
2
3 nitserial - generates a serialization support module
4
5 # SYNOPSIS
6
7 nitserial [*options*]... FILE
8
9 # OPTIONS
10
11 ### `-o`, `--output`
12 Output file (can also be 'stdout').
13
14 ### `--dir`
15 Output directory.
16
17 ### `-d`, `--depth`
18 Depth of the visit and generation <module, group, package>.
19
20 # SEE ALSO
21
22 The Nit language documentation and the source code of its tools and libraries may be downloaded from <http://nitlanguage.org>