IDesignerSerializationManager::GetSerializer Method (Type^, Type^)

 

Gets a serializer of the requested type for the specified object type.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

Object^ GetSerializer(
	Type^ objectType,
	Type^ serializerType
)

Parameters

objectType
Type: System::Type^

The type of the object to get the serializer for.

serializerType
Type: System::Type^

The type of the serializer to retrieve.

Return Value

Type: System::Object^

An instance of the requested serializer, or null if no appropriate serializer can be located.

.NET Framework
Available since 1.1
Return to top
Show: