public class SerializableMethod 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 |
|---|
SerializableMethod(Class clazz,
String methodName,
Class[] parameterTypes)
constructs a new SerializableMethod
|
SerializableMethod(Method method)
constructs a new SerializableMethod
|
public SerializableMethod(Method method)
method - the methodpublic SerializableMethod(Class clazz, String methodName, Class[] parameterTypes) throws NoSuchMethodException
clazz - the clazz this field is instance ofmethodName - the name of the methodparameterTypes - The parameterTypes of the methodNoSuchMethodException - whenever the method is not defined in clazzpublic Method deSerialize()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.