Class SceneGraphSerializer

java.lang.Object
one.jpro.platform.scenegraph.SceneGraphSerializer

public class SceneGraphSerializer extends Object
This class serializes a scene graph to a string representation. This String is both human and AI friendly.
  • Constructor Details

    • SceneGraphSerializer

      public SceneGraphSerializer()
  • Method Details

    • serialize

      public static String serialize(javafx.scene.Node node)
      Serializes a scene graph to a string representation. This String is both human and AI friendly.
      Parameters:
      node -
      Returns: