GlobalObject::GetSerializerCore Method (Type^)
Visual Studio 2015
Returns a serializer of the specified type for the global object.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- serializerType
-
Type:
System::Type^
The type of serializer to retrieve.
The GetSerializerCore method is an abstract member that must be implemented in the concrete class derived from GlobalObject. Defer validation to the GetSerializer method.
Show: