예제 #1
0
        public VFWSerializationLogic(SerializationAttributes attributes)
        {
            this.attributes = attributes;

            GetCachedSerializableMembers = new Func <Type, List <RuntimeMember> >(type =>
                                                                                  GetSerializableMembers(type, null).ToList()).Memoize();
        }
예제 #2
0
 public VFWSerializationLogic(SerializationAttributes attributes)
 {
     this.Attributes = attributes;
 }