Interface Serializer

All Known Implementing Classes:
JavaCodeSerializer, JsonSerializer, XmlSerializer

public interface Serializer
Serilizer of a Reflections instance
  • Method Summary

    Modifier and Type
    Method
    Description
    read(InputStream inputStream)
    reads the input stream into a new Reflections instance, populating it's store
    save(Reflections reflections, String filename)
    saves a Reflections instance into the given filename
    toString(Reflections reflections)
    returns a string serialization of the given Reflections instance
  • Method Details

    • read

      Reflections read(InputStream inputStream)
      reads the input stream into a new Reflections instance, populating it's store
    • save

      File save(Reflections reflections, String filename)
      saves a Reflections instance into the given filename
    • toString

      String toString(Reflections reflections)
      returns a string serialization of the given Reflections instance