Uses of Class
de.jface.remind.io.SerializerException

Packages that use SerializerException
de.jface.remind.io   
 

Uses of SerializerException in de.jface.remind.io
 

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.
 



Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.