hewen

Results 2 issues of hewen

请问一下,现在是不需要使用这个枚举了吗?还是说要换为其他的。 这是我json2序列化的 读写代码 @Override public byte[] serialize(T t) throws SerializationException { if (t == null) { return new byte[0]; } return JSON.toJSONString(t, JSONWriter.Feature.WriteClassName, JSONWriter.Feature.FieldBased, JSONWriter.Feature.WriteBigDecimalAsPlain, JSONWriter.Feature.WriteNameAsSymbol, JSONWriter.Feature.WriteLongAsString, JSONWriter.Feature.LargeObject ) .getBytes(DEFAULT_CHARSET);...

question

### 请描述您的问题 *询问有关本项目的使用和其他方面的相关问题。*

question