IDesignerSerializationManager::GetSerializer Method (Type^, Type^)
.NET Framework (current version)
Gets a serializer of the requested type for the specified object type.
Assembly: System (in System.dll)
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
Available since 1.1
Show: