public abstract 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 void |
deserializeIpCollection(JsonReader reader,
java.util.Collection<java.net.InetAddress> res) |
static java.util.ArrayList<java.net.InetAddress> |
deserializeIpNullableCollection(JsonReader reader) |
static void |
deserializeIpNullableCollection(JsonReader reader,
java.util.Collection<java.net.InetAddress> res) |
static java.net.URI |
deserializeUri(JsonReader reader) |
static java.util.ArrayList<java.net.URI> |
deserializeUriCollection(JsonReader reader) |
static void |
deserializeUriCollection(JsonReader reader,
java.util.Collection<java.net.URI> res) |
static java.util.ArrayList<java.net.URI> |
deserializeUriNullableCollection(JsonReader reader) |
static void |
deserializeUriNullableCollection(JsonReader reader,
java.util.Collection<java.net.URI> res) |
static void |
serialize(java.net.InetAddress value,
JsonWriter sw) |
static void |
serialize(java.net.URI value,
JsonWriter sw) |
static void |
serializeNullable(java.net.InetAddress value,
JsonWriter sw) |
static void |
serializeNullable(java.net.URI value,
JsonWriter sw) |
public static void serializeNullable(java.net.URI value,
JsonWriter sw)
public static void serialize(java.net.URI value,
JsonWriter sw)
public 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 void deserializeUriCollection(JsonReader reader, java.util.Collection<java.net.URI> res) 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 deserializeUriNullableCollection(JsonReader reader, java.util.Collection<java.net.URI> res) throws java.io.IOException
java.io.IOExceptionpublic static void serializeNullable(java.net.InetAddress value,
JsonWriter sw)
public static void serialize(java.net.InetAddress value,
JsonWriter sw)
public 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 void deserializeIpCollection(JsonReader reader, java.util.Collection<java.net.InetAddress> res) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<java.net.InetAddress> deserializeIpNullableCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static void deserializeIpNullableCollection(JsonReader reader, java.util.Collection<java.net.InetAddress> res) throws java.io.IOException
java.io.IOException