Rename Serializer to DeSerializer

Of ITextComponent and Style, to go along with ServerConfigList.DeSerializer. Consistency!
This commit is contained in:
copygirl 2016-09-13 08:49:15 +02:00
parent 0bccae33f3
commit 608971471e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CLASS none/fa net/minecraft/text/ITextComponent
CLASS none/fa$a Serializer
CLASS none/fa$a DeSerializer
FIELD a GSON Lcom/google/gson/Gson;
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/fa;
ARG 0 element

View File

@ -29,7 +29,7 @@ CLASS none/ff net/minecraft/text/Style
METHOD j getInsertion ()Ljava/lang/String;
METHOD k getFormatString ()Ljava/lang/String;
METHOD m copy ()Lnone/ff;
CLASS none/ff$a Serializer
CLASS none/ff$a DeSerializer
METHOD a deserialize (Lcom/google/gson/JsonElement;Ljava/lang/reflect/Type;Lcom/google/gson/JsonDeserializationContext;)Lnone/ff;
ARG 0 element
ARG 1 type