This commit is contained in:
@@ -104,7 +104,7 @@ public abstract class Writer {
|
|||||||
* @param obj 写入的对象
|
* @param obj 写入的对象
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public final void writeObjectField(final EnMember member, Object obj) {
|
public void writeObjectField(final EnMember member, Object obj) {
|
||||||
Object value = member.attribute.get(obj);
|
Object value = member.attribute.get(obj);
|
||||||
if (value == null) return;
|
if (value == null) return;
|
||||||
if (tiny()) {
|
if (tiny()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user