2.1.0
Implemented features:
- Serializing
StudentGroup
s andWeek
s using JSON. This is useful when you don't want to fetch them every time you need them. - Initializing
StudentGroup
s andWeek
s from JSON with binding to aTimetable
object so you can invoke theirfetch[...]
methods safely.