public class OldPropertyMapSerializer
extends java.lang.Object
implements com.google.gson.JsonSerializer<com.mojang.authlib.properties.PropertyMap>
| Constructor and Description |
|---|
OldPropertyMapSerializer() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
serialize(com.mojang.authlib.properties.PropertyMap src,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(com.mojang.authlib.properties.PropertyMap src,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<com.mojang.authlib.properties.PropertyMap>