public interface MetadataTypeWriter
MetadataType objects into a readable and processable JSON file, that
can be deserialize again into a MetadataType using a SerializedMetadataTypeLoader.| Modifier and Type | Method and Description |
|---|---|
void |
write(MetadataType metadataType,
com.google.gson.stream.JsonWriter writer)
Given a
MetadataType, serializes it into a JSON format, the result of the serialization will be written by the
. |
void write(MetadataType metadataType, com.google.gson.stream.JsonWriter writer) throws IOException
MetadataType, serializes it into a JSON format, the result of the serialization will be written by the
.metadataType - MetadataType to doSerialize.writer - JsonWriter which will be used to write the serialized MetadataTypeIOException - if any error occurred when writing the JSON file.Copyright © 2025 MuleSoft, Inc.. All rights reserved.