@override int? toJson(DateTime? object) { if (object == null) return null; return const UnixTimestampConverter().toJson(object); }