Interface SerializableAware.Filter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String name, java.lang.Object value)
      Whether to accept the specified variable name and its value.
    • Method Detail

      • accept

        boolean accept​(java.lang.String name,
                       java.lang.Object value)
        Whether to accept the specified variable name and its value.