Interface ObjectModelStorage

All Known Implementing Classes:
ObjectModel

public interface ObjectModelStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    A function that can be used to serialize the ObjectModelStorage to a byte array.
  • Method Details

    • toBytes

      byte[] toBytes()
      A function that can be used to serialize the ObjectModelStorage to a byte array. The byte array represents a encoded UTF-8 JSON string of the object model.
      Returns:
      a byte array containing the UTF-8 encode JSON string of the object model.