Class StringListUtils
java.lang.Object
de.xima.fc.utils.StringListUtils
Simple index-based String list serialisation, does not support
null values.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeToList(String serializedStrings) Deserializes a string (which should be the result of a string list serialization) to a string list.static StringserializeToString(List<String> list) Serializes the passed list to a single string
-
Constructor Details
-
StringListUtils
public StringListUtils()
-
-
Method Details
-
serializeToString
-
deserializeToList
-