This commit is contained in:
wentch
2015-12-10 10:36:16 +08:00
parent a9048c643b
commit fc0afd6c0a

View File

@@ -9,7 +9,7 @@ import java.lang.reflect.*;
/**
* 对象数组的反序列化不包含int[]、long[]这样的primitive class数组.
* 数组长度不能超过 32767。 在BSON中数组长度设定的是short对于大于32767长度的数组传输会影响性能所以没有采用int存储。
* 数组长度不能超过 32767。 在BSON中数组长度设定的是short对于大于32767长度的数组传输会影响性能所以没有必要采用int存储。
* 支持一定程度的泛型。
*
* @author zhangjx