This commit is contained in:
@@ -18,6 +18,7 @@ public enum ConvertType {
|
|||||||
JSON(1),
|
JSON(1),
|
||||||
BSON(2),
|
BSON(2),
|
||||||
PROTOBUF(64),
|
PROTOBUF(64),
|
||||||
|
PROTOBUF_JSON(64 + 1),
|
||||||
DIY(256),
|
DIY(256),
|
||||||
ALL(1023);
|
ALL(1023);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user