4 using System.Collections.Generic;
5 using System.Runtime.Serialization;
6 using System.ServiceModel;
7 using System.ServiceModel.Description;
10 namespace SiliconStudio.BuildEngine
22 OperationDescription operation,
23 DataContractFormatAttribute dataContractFormatAttribute)
24 : base(operation, dataContractFormatAttribute)
29 Type type,
string name,
string ns, IList<Type> knownTypes)
35 Type type, XmlDictionaryString name, XmlDictionaryString ns,
36 IList<Type> knownTypes)
override XmlObjectSerializer CreateSerializer(Type type, string name, string ns, IList< Type > knownTypes)
ParadoxDataContractOperationBehavior(OperationDescription operation)
override XmlObjectSerializer CreateSerializer(Type type, XmlDictionaryString name, XmlDictionaryString ns, IList< Type > knownTypes)
ParadoxDataContractOperationBehavior(OperationDescription operation, DataContractFormatAttribute dataContractFormatAttribute)