Freigeben über


XmlDataContractSerializerOutputFormatter.GetCachedSerializer(Type) Methode

Definition

Ruft das zwischengespeicherte Serialisierungsprogramm ab, oder erstellt und zwischenspeichert den Serialisierungsprogramm für den angegebenen Typ.

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

Parameter

type
Type

Gibt zurück

Die DataContractSerializer-Instanz.

Gilt für: