다음을 통해 공유


XmlDataContractSerializerInputFormatter.GetCachedSerializer(Type) 메서드

정의

캐시된 serializer를 가져오거나 지정된 형식에 대한 serializer를 만들고 캐시합니다.

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 인스턴스입니다.

적용 대상