GlobalObject.GetSerializerCore(Type) Method

Definition

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

public:
 abstract System::Object ^ GetSerializerCore(Type ^ serializerType);
public:
 abstract Platform::Object ^ GetSerializerCore(Platform::Type ^ serializerType);
public abstract object GetSerializerCore (Type serializerType);
abstract member GetSerializerCore : Type -> obj
Public MustOverride Function GetSerializerCore (serializerType As Type) As Object

Parameters

serializerType
Type

The type of serializer to retrieve.

Returns

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

Applies to