You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This documents describes the serialization layer between the UI and Core.

Basics

  • Starting from version 0.67.0, the serialization layer is based on JSON. All previous serialization methods based on JSON-LD are removed (this only accounts for the UI and not the core model itself).
  • All core classes that are reused in the UI should be auto-generated to a TypeScript model to avoid errors due to manual model creation

How-to: Make a StreamPipes model available in TypeScript


  • Core models that are made available in the UI are either declared in the package ``streampipes-model`` or ``streampipes-model-client`` 
  • No labels