Interface SystemMaintenanceTaskMarshalling
- All Known Implementing Classes:
JsonSystemMaintenanceTaskMarshalling
public interface SystemMaintenanceTaskMarshalling
Marshal a
SystemMaintenanceTask
into a string and vice versa- Since:
- 7.7.0
-
Method Summary
Modifier and TypeMethodDescriptionmarshal
(SystemMaintenanceTask task) Convert aSystemMaintenanceTask
POJO to a string representation<T extends SystemMaintenanceTask>
TConvert a string representation of aSystemMaintenanceTask
to a POJO
-
Method Details
-
marshal
Convert aSystemMaintenanceTask
POJO to a string representation- Throws:
IllegalArgumentException
- if the task cannot be marshalled successfully
-
unmarshal
Convert a string representation of aSystemMaintenanceTask
to a POJO- Throws:
IllegalArgumentException
- if the string cannot be parsed successfully
-