| Class | Description |
|---|---|
| ExtensionModelJsonSerializer |
Serializer that can convert a
ExtensionModel into a readable and processable JSON representation and from a JSON
String to an ExtensionModel instance
Considerations:
Only ModelPropertys that are considered as externalizable, the ones that ModelProperty.isPublic()
returns true, will be serialized
Due to the nature of ModelProperty, that can be dynamically attached to any EnrichableModel, only the
already know set of ModelProperty will be tagged with a friendly name, example: LayoutModel is going to be
identified with the display name. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.