This commit is contained in:
Redkale
2017-03-08 14:03:05 +08:00
parent 3c02219da0
commit 0a4a88ed5a
4 changed files with 0 additions and 4 deletions

View File

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