Uses of Interface
org.reflections.serializers.Serializer
Packages that use Serializer
-
Uses of Serializer in org.reflections
Methods in org.reflections with parameters of type SerializerModifier and TypeMethodDescriptionReflections.collect
(File file, Serializer serializer) deserialize and merge saved Reflections metadata from the givenfile
andserializer
Reflections.collect
(InputStream inputStream, Serializer serializer) deserialize and merge saved Reflections metadata from the giveninputStream
andserializer
static Reflections
Reflections.collect
(String packagePrefix, Predicate<String> resourceNameFilter, Serializer serializer) collect saved Reflections metadata from all urls that contains the givenpackagePrefix
and matches the givenresourceNameFilter
, and deserializes using the givenserializer
Reflections.save
(String filename, Serializer serializer) serialize metadata to the givenfilename
andserializer
-
Uses of Serializer in org.reflections.serializers
Classes in org.reflections.serializers that implement SerializerModifier and TypeClassDescriptionclass
source code serialization forReflections
class
json serialization forReflections
class
xml serialization forReflections