Package de.xima.fc.utils
Class StringListUtils
- java.lang.Object
-
- de.xima.fc.utils.StringListUtils
-
public class StringListUtils extends Object
Simple index-based String list serialisation, does not supportnull
values.
-
-
Constructor Summary
Constructors Constructor Description StringListUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
deserializeToList(String serializedStrings)
Deserializes a string (which should be the result of a string list serialization) to a string list.static String
serializeToString(List<String> list)
Serializes the passed list to a single string
-