GithubHelp home page GithubHelp logo

4.5下无法生成 about fadejson HOT 4 CLOSED

fanyang89 avatar fanyang89 commented on July 24, 2024
4.5下无法生成

from fadejson.

Comments (4)

fanyang89 avatar fanyang89 commented on July 24, 2024

因为FadeJson用到了C#6的一些特性,所以无法在.NET Framework 4.5下编译。
对于这段代码,可以改成

public IEnumerable<JsonValue> Values {
    get{
        return dictionary.Values.Concat(list);
    }
}

其他使用=>实现的属性同理,也可这样更改

from fadejson.

ragnaroks avatar ragnaroks commented on July 24, 2024

soga,我目前还是自己实现了json(反)序列化,fastjson好像是不需要实体的?就像json.net里面那个匿名(反)序列化?

from fadejson.

fanyang89 avatar fanyang89 commented on July 24, 2024

是的,并不需要实体类。但是FadeJson提供了生成实体类的工具。

from fadejson.

ragnaroks avatar ragnaroks commented on July 24, 2024

好的,下个项目观摩一下

from fadejson.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.