public class ArtifactCoordinatesTypeAdapter extends com.google.gson.TypeAdapter<org.mule.runtime.api.artifact.ArtifactCoordinates>
TypeAdapter for serializing instances of ArtifactCoordinates| Constructor and Description |
|---|
ArtifactCoordinatesTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.artifact.ArtifactCoordinates |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.artifact.ArtifactCoordinates value) |
public void write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.artifact.ArtifactCoordinates value)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.api.artifact.ArtifactCoordinates>IOExceptionpublic org.mule.runtime.api.artifact.ArtifactCoordinates read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.api.artifact.ArtifactCoordinates>IOExceptionCopyright © 2023 MuleSoft, Inc.. All rights reserved.