Package utils.common

Class JsonUtils.JsonForIO

  • Enclosing class:
    JsonUtils

    public static class JsonUtils.JsonForIO
    extends java.lang.Object
    Helper class for selectively marshaling an Object to JSON. Only fields of that Object that are annotated with this class will be serialised. Intended use: import/export between different instances of JATOS.
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonForIO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • JsonForIO

        public JsonForIO()