Click or drag to resize

XmlProtoSerializerTryCreate Method

Namespace:  ProtoBuf.ServiceModel
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static XmlProtoSerializer TryCreate(
	TypeModel model,
	Type type
)

Parameters

model
Type: ProtoBuf.MetaTypeModel
type
Type: SystemType

Return Value

Type: XmlProtoSerializer
See Also