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 givenfileandserializerReflections.collect(InputStream inputStream, Serializer serializer) deserialize and merge saved Reflections metadata from the giveninputStreamandserializerstatic ReflectionsReflections.collect(String packagePrefix, Predicate<String> resourceNameFilter, Serializer serializer) collect saved Reflections metadata from all urls that contains the givenpackagePrefixand matches the givenresourceNameFilter, and deserializes using the givenserializerReflections.save(String filename, Serializer serializer) serialize metadata to the givenfilenameandserializer -
Uses of Serializer in org.reflections.serializers
Classes in org.reflections.serializers that implement SerializerModifier and TypeClassDescriptionclasssource code serialization forReflectionsclassjson serialization forReflectionsclassxml serialization forReflections