XmlDataContractSerializerOutputFormatter.GetCachedSerializer(Type) メソッド

定義

キャッシュされたシリアライザーを取得するか、指定された型のシリアライザーを作成してキャッシュします。

protected:
 virtual System::Runtime::Serialization::DataContractSerializer ^ GetCachedSerializer(Type ^ type);
protected virtual System.Runtime.Serialization.DataContractSerializer GetCachedSerializer (Type type);
abstract member GetCachedSerializer : Type -> System.Runtime.Serialization.DataContractSerializer
override this.GetCachedSerializer : Type -> System.Runtime.Serialization.DataContractSerializer
Protected Overridable Function GetCachedSerializer (type As Type) As DataContractSerializer

パラメーター

type
Type

戻り値

DataContractSerializer のインスタンスです。

適用対象