Skip to content

Commit dd5c483

Browse files
committed
do not serialize isEmpty
1 parent 64444e0 commit dd5c483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tinodesdk/src/main/java/co/tinode/tinodesdk/model/MsgGetMeta.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ private void buildWhat() {
200200
what = sb.toString();
201201
}
202202

203+
@JsonIgnore
203204
public boolean isEmpty() {
204205
return mSet == 0;
205206
}

0 commit comments

Comments
 (0)