Class JsonExporter<T>

  • All Implemented Interfaces:
    Exporter<T>

    public class JsonExporter<T>
    extends java.lang.Object
    implements Exporter<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonExporter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void export​(T object, java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonExporter

        public JsonExporter()
    • Method Detail

      • export

        public void export​(T object,
                           java.io.OutputStream os)
        Specified by:
        export in interface Exporter<T>