|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.language.reflection.SerializableConstructor
public class SerializableConstructor
A SerializableConstructor.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
Constructor Summary | |
---|---|
SerializableConstructor(Class clazz,
Class[] parameterTypes)
constructs a new SerializableConstructor |
|
SerializableConstructor(Constructor constructor)
constructs a new SerializableConstructor |
Method Summary | |
---|---|
Constructor |
deSerialize()
deserializes the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializableConstructor(Constructor constructor)
constructor
- The constructorpublic SerializableConstructor(Class clazz, Class[] parameterTypes) throws NoSuchMethodException
clazz
- the clazz this field is instance ofparameterTypes
- the parameterTypes of the constructor
NoSuchMethodException
- whenever the method is not defined in clazzMethod Detail |
---|
public Constructor deSerialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |