Returns the serializer for the given property of given type.

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

Syntax

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

Parameters

type
Type: System..::.Type
property
Type: MetaProperty

See Also