Serialize expression tree

前端 未结 3 982
隐瞒了意图╮
隐瞒了意图╮ 2021-02-01 04:14

I\'m doing a distributed system in c# and have encountered a barrier.

I need to be able to serialize Predicate with type

Predicate

        
3条回答
  •  旧时难觅i
    2021-02-01 05:01

    Remote.Linq might be the framework of choice, especially if not only dealing with simple predicates but more advanced queries including projections etc.

提交回复
热议问题