Class FieldSerializer


  • @Internal
    public class FieldSerializer
    extends Object
    This class is for the serialization of java.lang.reflect.Field, which doesn't implement Serializable, therefore readObject/writeObject need to be implemented in classes where there is a field of type java.lang.reflect.Field. The two static methods in this class are to be called from these readObject/writeObject methods.