GlobalObject::GetSerializerCore Method (Type^)

 

Returns a serializer of the specified type for the global object.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual Object^ GetSerializerCore(
	Type^ serializerType
) abstract

Parameters

serializerType
Type: System::Type^

The type of serializer to retrieve.

Return Value

Type: System::Object^

A serializer of the specified type if supported; otherwise, null.

The GetSerializerCore method is an abstract member that must be implemented in the concrete class derived from GlobalObject. Defer validation to the GetSerializer method.

Return to top
Show: