public class CollectionSerializer<T extends org.json.simple.Jsonable>
extends java.lang.Object
| Constructor and Description |
|---|
CollectionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
deserialize(java.util.Collection<org.json.simple.JsonObject> collection) |
java.lang.String |
serialize(java.util.Collection<T> collection) |