Interface Serializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Reflections read​(java.io.InputStream inputStream)
      reads the input stream into a new Reflections instance, populating it's store
      java.io.File save​(Reflections reflections, java.lang.String filename)
      saves a Reflections instance into the given filename
      java.lang.String toString​(Reflections reflections)
      returns a string serialization of the given Reflections instance
    • Method Detail

      • read

        Reflections read​(java.io.InputStream inputStream)
        reads the input stream into a new Reflections instance, populating it's store
      • save

        java.io.File save​(Reflections reflections,
                          java.lang.String filename)
        saves a Reflections instance into the given filename
      • toString

        java.lang.String toString​(Reflections reflections)
        returns a string serialization of the given Reflections instance