Class RuntimeProjectJsonSerializer


  • public class RuntimeProjectJsonSerializer
    extends java.lang.Object
    • Constructor Detail

      • RuntimeProjectJsonSerializer

        public RuntimeProjectJsonSerializer()
    • Method Detail

      • fromJson

        public static RuntimeProject fromJson​(java.lang.String json)
      • fromJson

        public static RuntimeProject fromJson​(java.io.InputStream stream)
      • fromJson

        public static RuntimeProject fromJson​(java.io.Reader reader)
      • toJson

        public static java.lang.String toJson​(RuntimeProject p)
      • toJsonStream

        public static void toJsonStream​(RuntimeProject project,
                                        java.io.OutputStream outStream)
                                 throws java.io.IOException
        Writes the project as JSON to the given output stream in UTF_8 encoding . Does not close the stream.
        Throws:
        java.io.IOException