Interface RealmsSerializable

All Known Implementing Classes:
PingResult, PlayerInfo, RealmsDescriptionDto, RealmsPersistence.RealmsPersistenceData, RealmsWorldResetDto, RegionPingResult

@Environment(CLIENT)
public interface RealmsSerializable
A marker interface for Gson serializable pojos; the implementers make sure that they have SerializedName annotation on all their data fields so serialization works after obfuscation, and save/load of such objects are controlled through another serializer.