Serialized Form


Package jfun.util

Class jfun.util.List extends java.lang.Object implements Serializable

Class jfun.util.Pair extends java.lang.Object implements Serializable

Serialized Fields

_fst

java.lang.Object _fst

_snd

java.lang.Object _snd

Class jfun.util.SerializableConstructor extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jfun.util.SerializableField extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jfun.util.SerializableMethod extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Package jfun.util.beans

Class jfun.util.beans.Bean extends java.lang.Object implements Serializable

Serialized Fields

obj

java.lang.Object obj

btype

BeanType btype

Class jfun.util.beans.BeanException extends java.lang.RuntimeException implements Serializable

Class jfun.util.beans.BeanPropertyException extends BeanException implements Serializable

Serialized Fields

name

java.lang.String name

type

java.lang.Class<T> type

Class jfun.util.beans.BeanType extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

type

java.lang.Class<T> type

Class jfun.util.beans.NoSuchPropertyException extends BeanPropertyException implements Serializable

Class jfun.util.beans.PropertyNotReadableException extends BeanPropertyException implements Serializable

Class jfun.util.beans.PropertyNotWritableException extends BeanPropertyException implements Serializable