public class SerializableConstructor extends Object implements Serializable
(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 and Description |
---|
SerializableConstructor(Class clazz,
Class[] parameterTypes)
constructs a new SerializableConstructor
|
SerializableConstructor(Constructor constructor)
constructs a new SerializableConstructor
|
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 constructorNoSuchMethodException
- whenever the method is not defined in clazzpublic Constructor deSerialize()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.