public class SerializedCollection extends Object
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.CollectionConverter
Constructor and Description |
---|
SerializedCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<SerializedCollectionEntry> |
getEntries() |
Class |
getType() |
int |
hashCode() |
void |
setEntries(List<SerializedCollectionEntry> entries) |
void |
setType(Class type) |
String |
toString() |
public Class getType()
public void setType(Class type)
public List<SerializedCollectionEntry> getEntries()
public void setEntries(List<SerializedCollectionEntry> entries)
Copyright © 2021. All rights reserved.