Methods in de.jface.remind.io that throw SerializerException |
abstract java.util.Collection |
Serializer.deserialize(java.io.InputStream in)
Decodes the data, read from the InputStream into a Collection.
|
abstract java.io.InputStream |
Serializer.serialize(java.util.Collection notes)
Returns a Stream, containing the serialized notes. |
java.util.Collection |
XMLSerializer.deserialize(java.io.InputStream in)
Decodes the data, read from the InputStream into a Collection.
|
java.io.InputStream |
XMLSerializer.serialize(java.util.Collection notes)
Returns a Stream, containing the serialized notes. |