public abstract class NetConverter extends Object
| Constructor and Description |
|---|
NetConverter() |
public static void serializeNullable(@Nullable URI value, JsonWriter sw)
public static void serialize(URI value, JsonWriter sw)
public static URI deserializeUri(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<URI> deserializeUriCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeUriCollection(JsonReader reader, Collection<URI> res) throws IOException
IOExceptionpublic static ArrayList<URI> deserializeUriNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeUriNullableCollection(JsonReader reader, Collection<URI> res) throws IOException
IOExceptionpublic static void serializeNullable(@Nullable InetAddress value, JsonWriter sw)
public static void serialize(InetAddress value, JsonWriter sw)
public static InetAddress deserializeIp(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<InetAddress> deserializeIpCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeIpCollection(JsonReader reader, Collection<InetAddress> res) throws IOException
IOExceptionpublic static ArrayList<InetAddress> deserializeIpNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeIpNullableCollection(JsonReader reader, Collection<InetAddress> res) throws IOException
IOExceptionCopyright © 2023. All rights reserved.