Click or drag to resize

ProtoOperationBehaviorCreateSerializer Method (Type, XmlDictionaryString, XmlDictionaryString, IListType)

Namespace:  ProtoBuf.ServiceModel
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override XmlObjectSerializer CreateSerializer(
	Type type,
	XmlDictionaryString name,
	XmlDictionaryString ns,
	IList<Type> knownTypes
)

Parameters

type
Type: SystemType
name
Type: System.XmlXmlDictionaryString
ns
Type: System.XmlXmlDictionaryString
knownTypes
Type: System.Collections.GenericIListType

Return Value

Type: XmlObjectSerializer
See Also