We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6052d15 commit 5bb4231Copy full SHA for 5bb4231
src/main/java/hprose/io/unserialize/EnumUnserializer.java
@@ -12,13 +12,14 @@
12
* *
13
* Enum unserializer class for Java. *
14
15
- * LastModified: Jul 26, 2017 *
+ * LastModified: Aug 11, 2017 *
16
* Author: Ma Bingyao <[email protected]> *
17
18
\**********************************************************/
19
20
package hprose.io.unserialize;
21
22
+import static hprose.io.HproseTags.TagNull;
23
import hprose.util.ClassUtil;
24
import java.io.IOException;
25
import java.lang.reflect.Type;
0 commit comments