Interface ObjectModelStorage
- All Known Implementing Classes:
ObjectModel
public interface ObjectModelStorage
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]toBytes()A function that can be used to serialize theObjectModelStorageto a byte array.
-
Method Details
-
toBytes
byte[] toBytes()A function that can be used to serialize theObjectModelStorageto 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.
-