Package DataHandling
Interface ISerializer<T>
- Type Parameters:
T
- The type of object to serialize and deserialize.
- All Known Implementing Classes:
AppointmentSerializer
,ContactInfoSerializer
,DateSerializer
,DoctorScheduleSerializer
,DoctorScheduleSerializer.ScheduleSerializer
,InventorySerializer
,PatientSerializer
,PrescriptionSerializer
,ReplenishmentRequestSerializer
,StaffSerializer
,TimeSerializer
,TimeSlotSerializer
public interface ISerializer<T>
This interface is responsible for serializing and deserializing objects to String.
-
Field Summary
-
Method Summary
-
Field Details
-
SEPARATOR
- See Also:
-
-
Method Details
-
serialize
-
deserialize
-