Interface SerializabilityChecker


public interface SerializabilityChecker
A checker to determine whether an object class should be treated as serializable.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The default serializability checker.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine whether an object class is serializable.
  • Field Details

  • Method Details

    • isSerializable

      boolean isSerializable(Class<?> clazz)
      Determine whether an object class is serializable.
      Parameters:
      clazz - the object class to test
      Returns:
      true if the object class is serializable, false otherwise