Interface IObjectChecker

    • Method Detail

      • check

        IObjectChecker.Result check​(java.lang.Object object)
        Checks an object that it meets some requirements before serializing it
        Parameters:
        object - the object to check
        Returns:
        a Result object describing whether the check is successful or not
      • getExclusions

        java.util.List<java.lang.Class<?>> getExclusions()
        Returns:
        A list of types which should not be checked by this checker