public class NetConverter
extends java.lang.Object
| Constructor and Description |
|---|
NetConverter() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.InetAddress |
deserializeIp(JsonReader reader) |
static java.util.ArrayList<java.net.InetAddress> |
deserializeIpCollection(JsonReader reader) |
static java.util.ArrayList<java.net.InetAddress> |
deserializeIpNullableCollection(JsonReader reader) |
static java.net.URI |
deserializeUri(JsonReader reader) |
static java.util.ArrayList<java.net.URI> |
deserializeUriCollection(JsonReader reader) |
static java.util.ArrayList<java.net.URI> |
deserializeUriNullableCollection(JsonReader reader) |
static void |
serialize(java.net.InetAddress value,
java.io.Writer sw) |
static void |
serialize(java.net.URI value,
java.io.Writer sw) |
static void |
serializeNullable(java.net.InetAddress value,
java.io.Writer sw) |
static void |
serializeNullable(java.net.URI value,
java.io.Writer sw) |
public static void serializeNullable(java.net.URI value,
java.io.Writer sw)
throws java.io.IOException
java.io.IOExceptionpublic static void serialize(java.net.URI value,
java.io.Writer sw)
throws java.io.IOException
java.io.IOExceptionpublic static java.net.URI deserializeUri(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<java.net.URI> deserializeUriCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<java.net.URI> deserializeUriNullableCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static void serializeNullable(java.net.InetAddress value,
java.io.Writer sw)
throws java.io.IOException
java.io.IOExceptionpublic static void serialize(java.net.InetAddress value,
java.io.Writer sw)
throws java.io.IOException
java.io.IOExceptionpublic static java.net.InetAddress deserializeIp(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<java.net.InetAddress> deserializeIpCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<java.net.InetAddress> deserializeIpNullableCollection(JsonReader reader) throws java.io.IOException
java.io.IOException