methodman wrote:
I've done some test and it works. I've got thru WCF Expression and EntityField.
Ok
Not sure if every expression instance will work though, but I think WCF serializes it using the serializer which simply emits types and re-instantiates the types at the other end, so, while that works OK for all public values, it depends if the internal values of the Expression object are also serialized, but if your tests succeed, I'd say, go for it
(we just didn't implement specific code for this)