public interface TargetConfigurationSerializer
TargetConfiguration
to and from a string.
This should be used when a TargetConfiguration
needs to passed externally.
Modifier and Type | Method and Description |
---|---|
TargetConfiguration |
deserialize(String rawValue)
Creates
TargetConfiguration from the provided text representation. |
String |
serialize(TargetConfiguration targetConfiguration)
Converts
TargetConfiguration to string. |
String serialize(TargetConfiguration targetConfiguration)
TargetConfiguration
to string.TargetConfiguration deserialize(String rawValue)
TargetConfiguration
from the provided text representation.