Class JsonSerializer

  • All Implemented Interfaces:
    Serializer

    public class JsonSerializer
    extends Object
    implements Serializer
    serialization of Reflections to json

    an example of produced json:

     {"store":{"storeMap":
        {"org.reflections.scanners.TypeAnnotationsScanner":{
           "org.reflections.TestModel$AC1":["org.reflections.TestModel$C1"],
           "org.reflections.TestModel$AC2":["org.reflections.TestModel$I3",
     ...
     
    • Constructor Detail

      • JsonSerializer

        public JsonSerializer()