Interface Serializer

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      static java.io.File prepareFile​(java.lang.String filename)  
      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
    • 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
      • prepareFile

        static java.io.File prepareFile​(java.lang.String filename)