接口 Deserializer

    • 方法详细资料

      • getType

         getType()
      • readList

         readList​(AbstractHessianInput in,
                        int length,
                        <?> expectType)
                 throws 
        deserialize list object from expect type.
        参数:
        in -
        length -
        expectType -
        返回:
        抛出:
      • readLengthList

         readLengthList​(AbstractHessianInput in,
                              int length,
                              <?> expectType)
                       throws 
        deserialize list object from expect type.
        参数:
        in -
        length -
        expectType -
        返回:
        抛出:
      • readMap

         readMap​(AbstractHessianInput in,
                       <?> expectKeyType,
                       <?> expectValueType)
                throws 
        deserialize map object from expect key and value type.
        参数:
        in -
        expectKeyType -
        expectValueType -
        返回:
        抛出: