com.dslplatform.json
Class UUIDConverter
java.lang.Object
com.dslplatform.json.UUIDConverter
public abstract class UUIDConverter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIN_UUID
public static final UUID MIN_UUID
READER
public static final JsonReader.ReadObject<UUID> READER
WRITER
public static final JsonWriter.WriteObject<UUID> WRITER
UUIDConverter
public UUIDConverter()
serializeNullable
public static void serializeNullable(@Nullable
UUID value,
JsonWriter sw)
serialize
public static void serialize(UUID value,
JsonWriter sw)
serialize
public static void serialize(long hi,
long lo,
JsonWriter sw)
deserialize
public static UUID deserialize(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeCollection
public static ArrayList<UUID> deserializeCollection(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeCollection
public static void deserializeCollection(JsonReader reader,
Collection<UUID> res)
throws IOException
- Throws:
IOException
deserializeNullableCollection
public static ArrayList<UUID> deserializeNullableCollection(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeNullableCollection
public static void deserializeNullableCollection(JsonReader reader,
Collection<UUID> res)
throws IOException
- Throws:
IOException
Copyright © 2019. All rights reserved.