Interface Feature

All Known Implementing Classes:
AbstractFeature, ExtendsNotSerializableParentClass, ExtendsSerializableClass, NotSerializableClass, ReadExternalNotCalled, ReadObjectNotCalled, SerializableClass

public interface Feature
A feature is a behavior that we expect from an instantiator. For example, we expect a serializing instantiator to call the no-arg constructor of the first none-serializable parent class.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isCompliant

      boolean isCompliant(Objenesis objenesis)