Serialized Form


Package edu.yale.emailet

Class edu.yale.emailet.EmailetDoc implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
writeObject and readObject implement the Serializable interface. The order of writing and reading the components are important. readObject() reads the name of the class of the emailet first, then reads the bytecode of the accessory classes. It has to register these classes to the class loader set by setClassLoader() before loading the emailet object.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
writeObject and readObject implement the Serializable interface. The order of writing and reading the components are important.

Serialized Fields

emailet

Emailet emailet

emailetClassName

java.lang.String emailetClassName

inlineClasses

InlineClass[] inlineClasses

Class edu.yale.emailet.HandlerNotFoundException implements Serializable

Class edu.yale.emailet.InlineClass implements Serializable

Serialized Fields

name

java.lang.String name

body

byte[] body

Class edu.yale.emailet.QueryEmailetImp implements Serializable

Serialized Fields

replyAddresses

java.lang.String[] replyAddresses