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 p_419908_)
     
    void
    write(com.google.gson.stream.JsonWriter p_419881_, RealmsRegion p_419808_)
     

    Methods inherited from class com.google.gson.TypeAdapter

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

    Methods inherited from class java.lang.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