WorkflowMarkupSerializationManager.GetSerializer(Type, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對指定之型別的物件傳回指定之型別的序列化程式。
public:
virtual System::Object ^ GetSerializer(Type ^ objectType, Type ^ serializerType);
public object GetSerializer (Type objectType, Type serializerType);
abstract member GetSerializer : Type * Type -> obj
override this.GetSerializer : Type * Type -> obj
Public Function GetSerializer (objectType As Type, serializerType As Type) As Object
參數
傳回
要求的序列化程式,如果找不到適合的序列化程式,則為 null 參考 (在 Visual Basic 中為 Nothing
)。