Class SerializedCollectionEntry<T>

  • Type Parameters:
    T - The (de-serialized) type of the object.

    public class SerializedCollectionEntry<T>
    extends Object
    Represents a serialized entry of an original Collection. In order to de-serialze it later, the type of the original entry is persisted as well.
    • Constructor Detail

      • SerializedCollectionEntry

        public SerializedCollectionEntry​(Class<T> type,
                                         String value)