public class SerializableField 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 |
---|
SerializableField(Class clazz,
String fieldName)
constructs a new SerializableField
|
SerializableField(Field field)
constructs a new SerializableField
|
public SerializableField(Field field)
field
- The fieldpublic SerializableField(Class clazz, String fieldName) throws NoSuchFieldException
clazz
- the clazz this field is instance offieldName
- the name of the fieldNoSuchFieldException
- whenever the field is not defined in clazzpublic Field deSerialize()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.