c# - Expression Tree Serializer -
i want use linq expressions on client side, serialize them , execute them on server side. for want use: http://expressiontree.codeplex.com/ but want execute them agains own wcf call. that means have call on wcf side: imagedto[] getimages(xelement exp); i want have iqueryable on client side (on can execute linq expressions), , have iqueryable on serverside (from data acess layer, on wich want execute serialized expression). but i'm not sure how this, , don't find examples... on client side think should implement query in class, class tell in constructor use implementation of queryprovider (from call wcf service). i'm not sure if correct... maybe can example. there's implementation of iqueryable<t> in framework - msdn: enumerablequery<t> if can use on client build query, can whole expression tree iqueryable<t>.expression property. you'll have test see if works expression tree serializer. var iqueryable = new enume