| Package | Description |
|---|---|
| org.mule.runtime.ast.api.serialization | |
| org.mule.runtime.ast.internal.serialization | |
| org.mule.runtime.ast.internal.serialization.json |
| Modifier and Type | Method and Description |
|---|---|
ArtifactAstSerializer |
ArtifactAstSerializerProvider.getSerializer(String format,
String version)
This method returns a serializer for a given desired output format.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactAstSerializer |
ArtifactAstSerializerFactory.getSerializer(String format,
String serializerVersion)
This method creates a new instance of an
ArtifactAstSerializer matching the format parameter |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArtifactAstSerializer
This is an implementation of an
ArtifactAstSerializer that uses Gson to generate a Json String as the body of the
serialized representation |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.