1-6 of 6 < Previous Next >
1 vote

Apply DataContract, DataMember attributes to all classes

DataContract is needed to allow serialization of the classes with DataContractSerializer. Indeed, we can use the serializer without putting the attributes, but in some of the classes we'll use seri...

id# 10975 | Planned Release: Serialization support | Last Updated: Fri at 3:49 AM  by ericksoa
1 vote

Not all possible overloades are covered by the Editable classes

UnaryExpression and BinaryExpression are missing some of the properties of the immutable expression classes. Check when they are used and how they can be implemented in the muttable expression classes

id# 10978 | Planned Release: Serialization support | Last Updated: Fri at 3:48 AM  by ericksoa
0 votes

Move Type property to EditableExpression

Expression class holds a Type property, while in MetaLinq, only a few EditableExpression classes have a Type property. It's preferable to move the Type property to the base class, so it will match...

id# 10979 | Planned Release: Serialization support | Last Updated: Fri at 3:48 AM  by ericksoa
0 votes

Cannot serialize expressions that include captured variables

captured variables are compiled into private sealed classes and therefore cannot be serialized - trying to serializing such an expression fails

id# 10990 | Planned Release: Serialization support | Last Updated: Fri at 3:47 AM  by ericksoa
0 votes

Create code for serializing reflection types

Expression types holds properties of reflection type (Type, MemberInfo, ConstructorInfo...) and these types cannot be serialized. Consider adding a wrap property on reflection types that can be se...

id# 10976 | Planned Release: Serialization support | Last Updated: Fri at 3:45 AM  by ericksoa
0 votes

Create a test project for the serialization functionality

Create a test project that executes different lambda expressions serialization back-and-forth

id# 10977 | Planned Release: Serialization support | Last Updated: Aug 11 at 8:02 PM  by idof

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-6 of 6 < Previous 1 Next >
Updating...