Package com.mojang.realmsclient.dto
Class ServiceQuality.RealmsServiceQualityJsonAdapter
java.lang.Object
com.google.gson.TypeAdapter<ServiceQuality>
com.mojang.realmsclient.dto.ServiceQuality.RealmsServiceQualityJsonAdapter
- Enclosing class:
ServiceQuality
public static class ServiceQuality.RealmsServiceQualityJsonAdapter
extends TypeAdapter<ServiceQuality>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(JsonReader pReader) voidwrite(JsonWriter pWriter, ServiceQuality pServiceQuality) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
RealmsServiceQualityJsonAdapter
public RealmsServiceQualityJsonAdapter()
-
-
Method Details
-
write
- Specified by:
writein classTypeAdapter<ServiceQuality>- Throws:
IOException
-
read
- Specified by:
readin classTypeAdapter<ServiceQuality>- Throws:
IOException
-