In my class there is a list of strings. Now I need to serialize this list into a single concatenated string separated by line breaks.
public class Address{ @