Class SerializedCollectionEntry<T>
- java.lang.Object
-
- org.opennms.netmgt.graph.persistence.converter.collection.SerializedCollectionEntry<T>
-
- Type Parameters:
T
- The (de-serialized) type of the object.
public class SerializedCollectionEntry<T> extends Object
Represents a serialized entry of an originalCollection
. In order to de-serialze it later, the type of the original entry is persisted as well.
-
-
Constructor Summary
Constructors Constructor Description SerializedCollectionEntry(Class<T> type, String value)
-