Interface SerializabilityChecker


  • public interface SerializabilityChecker
    A checker to determine whether an object class should be treated as serializable.
    Author:
    David M. Lloyd
    • Method Detail

      • 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