Package org.eso.ias.types
Interface IasValueStringSerializer
- All Known Implementing Classes:
IasValueJsonSerializer
public interface IasValueStringSerializer
- Author:
- acaproni
-
Method Summary
-
Method Details
-
iasValueToString
Convert the passedIASValue
to a String- Parameters:
iasValue
- The value to- Returns:
- A string representation of the passed value
- Throws:
IasValueSerializerException
- In case of error creating the string from the passed value
-
valueOf
Return the IASValue by parsing the passed string- Parameters:
str
- The string describing the IASValue- Returns:
- the IASValue described in the passed string
- Throws:
IasValueSerializerException
- In case of error converting the string
-