/QingTingFanBianYi/src/com/alibaba/fastjson/serializer/EnumerationSeriliazer.java

https://gitlab.com/qt-prometheus/qt-prometheus · Java · 134 lines · 10 code · 3 blank · 121 comment · 0 complexity · a9c1c31656c10f952107b247bae82057 MD5 · raw file

  1. package com.alibaba.fastjson.serializer;
  2. public class EnumerationSeriliazer
  3. implements ObjectSerializer
  4. {
  5. public static EnumerationSeriliazer instance = new EnumerationSeriliazer();
  6. // ERROR //
  7. public void write(JSONSerializer paramJSONSerializer, Object paramObject1, Object paramObject2, java.lang.reflect.Type paramType)
  8. throws java.io.IOException
  9. {
  10. // Byte code:
  11. // 0: aload_1
  12. // 1: invokevirtual 27 com/alibaba/fastjson/serializer/JSONSerializer:getWriter ()Lcom/alibaba/fastjson/serializer/SerializeWriter;
  13. // 4: astore 7
  14. // 6: aload_2
  15. // 7: ifnonnull +28 -> 35
  16. // 10: aload 7
  17. // 12: getstatic 33 com/alibaba/fastjson/serializer/SerializerFeature:WriteNullListAsEmpty Lcom/alibaba/fastjson/serializer/SerializerFeature;
  18. // 15: invokevirtual 39 com/alibaba/fastjson/serializer/SerializeWriter:isEnabled (Lcom/alibaba/fastjson/serializer/SerializerFeature;)Z
  19. // 18: ifeq +11 -> 29
  20. // 21: aload 7
  21. // 23: ldc 41
  22. // 25: invokevirtual 44 com/alibaba/fastjson/serializer/SerializeWriter:write (Ljava/lang/String;)V
  23. // 28: return
  24. // 29: aload 7
  25. // 31: invokevirtual 47 com/alibaba/fastjson/serializer/SerializeWriter:writeNull ()V
  26. // 34: return
  27. // 35: aconst_null
  28. // 36: astore 6
  29. // 38: aload 6
  30. // 40: astore 5
  31. // 42: aload_1
  32. // 43: getstatic 50 com/alibaba/fastjson/serializer/SerializerFeature:WriteClassName Lcom/alibaba/fastjson/serializer/SerializerFeature;
  33. // 46: invokevirtual 51 com/alibaba/fastjson/serializer/JSONSerializer:isEnabled (Lcom/alibaba/fastjson/serializer/SerializerFeature;)Z
  34. // 49: ifeq +29 -> 78
  35. // 52: aload 6
  36. // 54: astore 5
  37. // 56: aload 4
  38. // 58: instanceof 53
  39. // 61: ifeq +17 -> 78
  40. // 64: aload 4
  41. // 66: checkcast 53 java/lang/reflect/ParameterizedType
  42. // 69: invokeinterface 57 1 0
  43. // 74: iconst_0
  44. // 75: aaload
  45. // 76: astore 5
  46. // 78: aload_2
  47. // 79: checkcast 59 java/util/Enumeration
  48. // 82: astore 6
  49. // 84: aload_1
  50. // 85: invokevirtual 63 com/alibaba/fastjson/serializer/JSONSerializer:getContext ()Lcom/alibaba/fastjson/serializer/SerialContext;
  51. // 88: astore 4
  52. // 90: aload_1
  53. // 91: aload 4
  54. // 93: aload_2
  55. // 94: aload_3
  56. // 95: invokevirtual 67 com/alibaba/fastjson/serializer/JSONSerializer:setContext (Lcom/alibaba/fastjson/serializer/SerialContext;Ljava/lang/Object;Ljava/lang/Object;)V
  57. // 98: aload 7
  58. // 100: bipush 91
  59. // 102: invokevirtual 71 com/alibaba/fastjson/serializer/SerializeWriter:append (C)Lcom/alibaba/fastjson/serializer/SerializeWriter;
  60. // 105: pop
  61. // 106: iconst_0
  62. // 107: istore 8
  63. // 109: aload 6
  64. // 111: invokeinterface 75 1 0
  65. // 116: ifeq +77 -> 193
  66. // 119: aload 6
  67. // 121: invokeinterface 79 1 0
  68. // 126: astore_2
  69. // 127: iload 8
  70. // 129: iconst_1
  71. // 130: iadd
  72. // 131: istore 9
  73. // 133: iload 8
  74. // 135: ifeq +11 -> 146
  75. // 138: aload 7
  76. // 140: bipush 44
  77. // 142: invokevirtual 71 com/alibaba/fastjson/serializer/SerializeWriter:append (C)Lcom/alibaba/fastjson/serializer/SerializeWriter;
  78. // 145: pop
  79. // 146: aload_2
  80. // 147: ifnonnull +15 -> 162
  81. // 150: aload 7
  82. // 152: invokevirtual 47 com/alibaba/fastjson/serializer/SerializeWriter:writeNull ()V
  83. // 155: iload 9
  84. // 157: istore 8
  85. // 159: goto -50 -> 109
  86. // 162: aload_1
  87. // 163: aload_2
  88. // 164: invokevirtual 83 java/lang/Object:getClass ()Ljava/lang/Class;
  89. // 167: invokevirtual 87 com/alibaba/fastjson/serializer/JSONSerializer:getObjectWriter (Ljava/lang/Class;)Lcom/alibaba/fastjson/serializer/ObjectSerializer;
  90. // 170: aload_1
  91. // 171: aload_2
  92. // 172: iload 9
  93. // 174: iconst_1
  94. // 175: isub
  95. // 176: invokestatic 93 java/lang/Integer:valueOf (I)Ljava/lang/Integer;
  96. // 179: aload 5
  97. // 181: invokeinterface 95 5 0
  98. // 186: iload 9
  99. // 188: istore 8
  100. // 190: goto -81 -> 109
  101. // 193: aload 7
  102. // 195: bipush 93
  103. // 197: invokevirtual 71 com/alibaba/fastjson/serializer/SerializeWriter:append (C)Lcom/alibaba/fastjson/serializer/SerializeWriter;
  104. // 200: pop
  105. // 201: aload_1
  106. // 202: aload 4
  107. // 204: invokevirtual 98 com/alibaba/fastjson/serializer/JSONSerializer:setContext (Lcom/alibaba/fastjson/serializer/SerialContext;)V
  108. // 207: return
  109. // 208: astore_2
  110. // 209: aload_1
  111. // 210: aload 4
  112. // 212: invokevirtual 98 com/alibaba/fastjson/serializer/JSONSerializer:setContext (Lcom/alibaba/fastjson/serializer/SerialContext;)V
  113. // 215: aload_2
  114. // 216: athrow
  115. // 217: astore_2
  116. // 218: goto -9 -> 209
  117. //
  118. // Exception table:
  119. // from to target type
  120. // 98 106 208 finally
  121. // 138 146 208 finally
  122. // 150 155 208 finally
  123. // 162 186 208 finally
  124. // 109 127 217 finally
  125. // 193 201 217 finally
  126. }
  127. }
  128. /* Location: C:\Users\User\dex2jar-2.0\dex\qting\classes-dex2jar.jar
  129. * Qualified Name: com.alibaba.fastjson.serializer.EnumerationSeriliazer
  130. * JD-Core Version: 0.6.2
  131. */