FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (6)
20internal static DataContractSerializer CreateSerializer(Type type, int maxItems)
25internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, int maxItems)
32internal static DataContractSerializer CreateSerializer(Type type, string rootName, string rootNs, int maxItems)
37internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, string rootName, string rootNs, int maxItems)
46internal static DataContractSerializer CreateSerializer(Type type, XmlDictionaryString rootName, XmlDictionaryString rootNs, int maxItems)
51internal static DataContractSerializer CreateSerializer(Type type, IList<Type> knownTypes, XmlDictionaryString rootName, XmlDictionaryString rootNs, int maxItems)