Package org.reflections.serializers
Interface Serializer
- All Known Implementing Classes:
JavaCodeSerializer
,JsonSerializer
,XmlSerializer
public interface Serializer
Serilizer of a
Reflections
instance-
Method Summary
Modifier and TypeMethodDescriptionread
(InputStream inputStream) reads the input stream into a new Reflections instance, populating it's storesave
(Reflections reflections, String filename) saves a Reflections instance into the given filenametoString
(Reflections reflections) returns a string serialization of the given Reflections instance
-
Method Details
-
read
reads the input stream into a new Reflections instance, populating it's store -
save
saves a Reflections instance into the given filename -
toString
returns a string serialization of the given Reflections instance
-