Class SerializedCollection


  • public class SerializedCollection
    extends Object
    Represents a Collection to be persisted as Json string. This class contains the serialized objects of the original Java object, as well as the collection type, to later de-serialize accordingly.
    See Also:
    CollectionConverter