Returns the serializer for the given type.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
XSerializer GetSerializer(
	Type type
)
Visual Basic (Declaration)
Function GetSerializer ( _
	type As Type _
) As XSerializer
Visual C++
XSerializer^ GetSerializer(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also