Uses of Interface
org.reflections.serializers.Serializer
Packages that use Serializer
-
Uses of Serializer in org.reflections
Methods in org.reflections that return SerializerModifier and TypeMethodDescriptionConfiguration.getSerializer()the default serializer to use when saving ReflectionMethods in org.reflections with parameters of type SerializerModifier and TypeMethodDescriptionstatic ReflectionsReflections.collect(String packagePrefix, Predicate<String> resourceNameFilter, Serializer... optionalSerializer) collect saved Reflections resources from all urls that contains the given packagePrefix and matches the given resourceNameFilter and de-serializes them using the default serializerXmlSerializeror using the optionally supplied optionalSerializerReflections.save(String filename, Serializer serializer) serialize to a given directory and filename using given serializer -
Uses of Serializer in org.reflections.serializers
Classes in org.reflections.serializers that implement SerializerModifier and TypeClassDescriptionclassSerialization of Reflections to java codeclassserialization of Reflections to jsonclassserialization of Reflections to xml -
Uses of Serializer in org.reflections.util
Fields in org.reflections.util declared as SerializerMethods in org.reflections.util that return SerializerMethods in org.reflections.util with parameters of type SerializerModifier and TypeMethodDescriptionConfigurationBuilder.setSerializer(Serializer serializer) sets the serializer used when issuingReflections.save(java.lang.String)