|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the type of the values being serializedpublic interface Serializer<V>
Serializes a list of values into a string.
Nested Class Summary | |
---|---|
static class |
Serializer.SerializeException
An exception occurring during serialization |
Method Summary | |
---|---|
String |
serialize(List<V> values)
Serializes the given values to a string |
Method Detail |
---|
String serialize(List<V> values) throws Serializer.SerializeException
values
- the values to serialize
Serializer.SerializeException
- in case of an exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |