public class MuleVersionTypeAdapter extends com.google.gson.TypeAdapter<org.mule.runtime.api.meta.MuleVersion>
TypeAdapter implementation which serializes MuleVersion instances| Constructor and Description |
|---|
MuleVersionTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.MuleVersion |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.meta.MuleVersion muleVersion) |
public void write(com.google.gson.stream.JsonWriter out,
org.mule.runtime.api.meta.MuleVersion muleVersion)
throws IOException
write in class com.google.gson.TypeAdapter<org.mule.runtime.api.meta.MuleVersion>IOExceptionpublic org.mule.runtime.api.meta.MuleVersion read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<org.mule.runtime.api.meta.MuleVersion>IOExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.