| Package | Description |
|---|---|
| org.mule.runtime.ast.api.serialization | |
| org.mule.runtime.ast.internal.serialization |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAst |
ArtifactAstDeserializer.deserialize(InputStream artifactAstInputStream,
ExtensionModelResolver extensionModelResolver)
Given an
InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and an
ExtensionModelResolver able to provide the required ExtensionModels, this method deserializes the
InputStream into an ArtifactAst. |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAst |
DefaultArtifactAstDeserializer.deserialize(InputStream artifactAstInputStream,
ExtensionModelResolver extensionModelResolver)
Given an
InputStream created by serializing an ArtifactAst with an ArtifactAstSerializer and the
associated ExtensionModels, this method deserializes it. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.