Package de.odysseus.el.tree
Class Bindings.MethodWrapper
- java.lang.Object
-
- de.odysseus.el.tree.Bindings.MethodWrapper
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Bindings
private static class Bindings.MethodWrapper extends java.lang.Object implements java.io.SerializableWrap aMethodfor serialization.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Methodmethodprivate static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateMethodWrapper(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidreadObject(java.io.ObjectInputStream in)private voidwriteObject(java.io.ObjectOutputStream out)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
method
private transient java.lang.reflect.Method method
-
-
Method Detail
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
-