Class RealmsRegion.RealmsRegionJsonAdapter

java.lang.Object
com.google.gson.TypeAdapter<RealmsRegion>
com.mojang.realmsclient.dto.RealmsRegion.RealmsRegionJsonAdapter
Enclosing class:
RealmsRegion

public static class RealmsRegion.RealmsRegionJsonAdapter extends com.google.gson.TypeAdapter<RealmsRegion>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.google.gson.stream.JsonReader jsonReader)
     
    void
    write(com.google.gson.stream.JsonWriter jsonWriter, RealmsRegion realmsRegion)
     

    Methods inherited from class com.google.gson.TypeAdapter

    fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • RealmsRegionJsonAdapter

      public RealmsRegionJsonAdapter()
  • Method Details