Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for cl…

  • Post author:
  • Post category:其他

一、什么是序列化In computer science, in the context of data storage, serialization is the process of translating data structures or object state into a format that can be stored (for example, in a file or mem…

继续阅读 Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for cl…

Aave原理

  • Post author:
  • Post category:其他

Aave是一种开源和非保管流动性协议,用于赚取存款和借款资产的利息。 1 Aave原理概述 1.1 Aave整体模型 Aave是去中心化借贷协议,用户可以是使用它赚取存款利息或借入资产: Despositors(存款方):可以将代币存入Aave资产池,获得利息收入。Borrowers(贷款方):可以通过超额抵押资产或无抵押(闪电贷)方式,从资金池中贷出加密货币(atokens),并为之支付一定的利…

继续阅读 Aave原理