1 write to serializer
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (1)
22this.serializer = new NetDataContractSerializer();
4 references to serializer
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\DefaultObjectSerializer.cs (4)
70KeyValuePair<XName, object> property = (KeyValuePair<XName, object>) this.serializer.ReadObject(dictionaryReader); 84return this.serializer.ReadObject(dictionaryReader); 97this.serializer.WriteObject(dictionaryWriter, property); 109this.serializer.WriteObject(dictionaryWriter, value);