Class GuardedSerializer
java.lang.Object
com.mojang.realmsclient.dto.GuardedSerializer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ReflectionBasedSerialization>
@Nullable TtoJson(com.google.gson.JsonElement jsonElement) toJson(ReflectionBasedSerialization object)
-
Field Details
-
STRATEGY
private static final com.google.gson.ExclusionStrategy STRATEGY -
gson
private final com.google.gson.Gson gson
-
-
Constructor Details
-
GuardedSerializer
public GuardedSerializer()
-
-
Method Details
-
toJson
-
toJson
-
fromJson
-