public interface Serializer
Reflections instance metadata
| Modifier and Type | Method and Description |
|---|---|
static File |
prepareFile(String filename) |
Reflections |
read(InputStream inputStream)
reads the input stream into a new Reflections instance, populating it's store
|
File |
save(Reflections reflections,
String filename)
saves a Reflections instance into the given filename
|
Reflections read(InputStream inputStream)
File save(Reflections reflections, String filename)
Copyright © 2023. All rights reserved.