public interface Serializer
Reflections
instanceModifier and Type | Method and 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
|
Reflections read(java.io.InputStream inputStream)
java.io.File save(Reflections reflections, java.lang.String filename)
java.lang.String toString(Reflections reflections)