CalendarServiceDataFactoryImpl factory = new CalendarServiceDataFactoryImpl();
factory.setGtfsDao(_dao);
factory.setExcludeFutureServiceDatesInDays(_excludeFutureServiceDatesInDays);
CalendarServiceData data = factory.createData();
data.makeReadOnly();
try {
ObjectSerializationLibrary.writeObject(
_bundle.getCalendarServiceDataPath(), data);