Make all classes in be.nikiroo.fanfix.data Serializable
[nikiroo-utils.git] / src / be / nikiroo / fanfix / data / package-info.java
CommitLineData
08fe2e33
NR
1/**
2 * This package contains the data structure used by the program, without the
3 * logic behind them.
8b152e7b
NR
4 * <p>
5 * All the classes inside are serializable.
08fe2e33
NR
6 *
7 * @author niki
8 */
9package be.nikiroo.fanfix.data;