C# 클래스 FullInspector.Internal.BehaviorTypeToSerializerTypeMap

Returns the serializer that is used for a given behavior type.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
GetSerializerType ( Type behaviorType ) : Type

Returns the serializer type that the given behavior type uses.

Register ( Type behaviorType, Type serializerType ) : void

Register a mapping for a particular behavior type to a given serializer type.

메소드 상세

GetSerializerType() 공개 정적인 메소드

Returns the serializer type that the given behavior type uses.
public static GetSerializerType ( Type behaviorType ) : Type
behaviorType System.Type
리턴 System.Type

Register() 공개 정적인 메소드

Register a mapping for a particular behavior type to a given serializer type.
public static Register ( Type behaviorType, Type serializerType ) : void
behaviorType System.Type
serializerType System.Type
리턴 void