XmlSerializerImplementation.CanSerialize(Type) 메서드

정의

형식을 serialize할 수 있는지 여부를 결정하는 값을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual bool CanSerialize(Type ^ type);
public virtual bool CanSerialize (Type type);
abstract member CanSerialize : Type -> bool
override this.CanSerialize : Type -> bool
Public Overridable Function CanSerialize (type As Type) As Boolean

매개 변수

type
Type

serialize될 형식입니다.

반환

형식을 serialize할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상